@include('layouts.partials.breadcrumb', ['title' => $title])
@can('customer.create')
Add
@endcan
S.N | Customer Name | Contact | Photo | Address | Action | |
---|---|---|---|---|---|---|
{{ $key + 1 }} | {{ $customer->customer_name }} | {{ $customer->email }} | {{ $customer->contact }} | {{ asset('assets/images/small/img-9.jpg') }} | {{ $customer->permanent_address }} |