@include('layouts.partials.breadcrumb', ['title' => $title])
@can('customer.create')
Add
@endcan
S.N | Customer Name | Contact | Address | Company | Action | |
---|---|---|---|---|---|---|
{{ $key + 1 }} | {{ $customer->customer_name }} | {{ $customer->email }} | {{ $customer->contact }} | {{ $customer->address }} | {{ $customer->company_name }} |