Customers
@if($customers && count($customers)>0)
@else
| ID | Name | Created At | Actions | |
|---|---|---|---|---|
| {{$customer->id ?? ''}} | {{$customer->First_Name ?? ''}} {{$customer->Last_Name ?? ''}} | {{$customer->Email ?? ''}} | @php $dt = \DateTime::createFromFormat('U',strtotime($customer->created_at),new \DateTimeZone('Europe/London')); echo $dt->format('d/m/Y'); @endphp | View |
| ID | Name | Created At | Actions |
Failed to load the customers.
@endif