# |
Name |
Contact |
Reg. Number |
Models |
Type |
Company Name |
Update Date |
Edit |
@forelse($customers as $customer)
{{ $loop->iteration }} |
{{ $customer->name }} |
{{ $customer->contact }} |
{{ $customer->info }} |
{{ $customer->models }} |
@if( $customer->customertype === 'I' )
Personal
@else
Business
@endif
|
{{$customer->companyname }}
|
{{ $customer->updated_at }} |
|
@empty
Record not found |
@endforelse
{{ $customers->links() }}