@if($serverstatus) @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('crm_customers-read')) {{--Permissions--}}
Status | Customer Code | Customer Name | Customer Category | Wallet Id | Mobile Number | Other State | Actions |
---|---|---|---|---|---|---|---|
@if($tabledata['status']) Active @else Inactive @endif | {{$tabledata['customer_code']}} | {{$tabledata['customer_name']}} | {{$tabledata['customer_category_name']}} | {{$tabledata['wallet_id']}} | {{$tabledata['customer_mobile_no']}} | @if($tabledata['other_state']) Yes @else No @endif | {{-- --}} |
No Data Available |