@extends('layouts.admin') @section('content')

Support PIN Lookup

@csrf
@if(isset($client))
Client Found
Name: {{ $client->name }}
Email: {{ $client->email }}
Support PIN: {{ $client->support_pin }}
@endif
@endsection