@forelse($info as $customer) @empty @endforelse
{{trans('label.SL')}} {{trans('label.Acct. No.')}} {{trans('label.Name')}} {{trans('label.Address')}} {{trans('label.Contact')}} {{trans('label.Category')}} {{trans('label.Receivable')}} {{trans('label.Payable')}} {{trans('label.Action')}}
{{ $customer->id }} {{ $customer->name }} {{ $customer->address }} {{ $customer->phone }} {{ $customer->catname ?? null}} @php if($customer->receive > 0){ echo $customer->receive; } @endphp @php if($customer->payment > 0){ echo $customer->payment; } @endphp @can('customer_edit') @if($customer->id !=0) @endif @endcan