Customer List
Manage Your customer
@if(session()->has('success'))
{{ session()->get('success') }}
@endif
@if(session()->has('error'))
{{ session()->get('error') }}
@endif
| Action | @endifCustomer ID | Name | Type | Mobile No | @if(hasPermission('customers', 'status'))Status | @endif
|---|---|---|---|---|---|
| @endif | {{ $row->customer_id}} | {{ $row->customer_name}} | {{ $row->customer_type}} | {{ $row->mobile}} | @if(hasPermission('customers', 'status'))@if($row->status==1)Active@else Inactive @endif | @endif