All Customers
List of all Customers
@if(session()->has('success'))
{{ session('success') }}
@endif
@if(session()->has('error'))
{{ session('error') }}
@endif
Customers
Create New| No. | Photo | Created by | Name | Contact | Cnic | Status | Created At | Action |
|---|---|---|---|---|---|---|---|---|
| {{$value->registrationno}} |
|
{{$value->user->name}} | {{$value->father_name}} | {{$value->contact}} | {{$value->cnic}} | {{$value->status}} | {{date('M,d-Y h:i a',strtotime($value->created_at) )}} |