@if(session()->has('success'))
{{ session()->get('success') }}
@endif
User Detail
-
-
-
-
Name : {{$data['full_name']}}
Email : {{$data['email']}}
Contact No : -
QR Code :
Create At : {{$data->created_at}}
Update At : {{$data->updated_at}}
Change Status :
No Address Found
No results found!!
@if (!empty($profiles))
Sr No. |
User Name |
Card Profile Name |
Qr Code |
Status |
Date |
@else
Profiles Not Found
@endif
@endsection
@section('script')
@endsection