User-name :
{{ $data->clientsinfo->clients_name }}
Phone :
{{ $data->clientsinfo->contact_no }}
User Id:
{{ $data->userid }}
Due:
@if ($data->customerAccount)
{{ $data->customerAccount->dueAmount }}
@else
0
@endif Tk
@if (in_array('mac-customer_edit', $permissions))
Edit
@endif
@if (in_array('mac-customer_edit', $permissions))
Details
@endif
@if (in_array('changeBillCycle', $permissions))
@endif
@if (in_array('changePackage', $permissions))
P.Change
@endif
@if ($data->clients_status == 'disable')
{{-- @can('id-enable') --}}
@if (in_array('id-enable', $permissions))
Enable
@endif
@endif
@if ($data->clients_status != 'disable')
@if (in_array('id-disable', $permissions))
Disable
@endif
@endif
@if ($data->clients_status != 'deactive')
@if (in_array('customer-deactivated', $permissions))
Deactive
@endif
@endif
@if ($data->clients_status == 'deactive')
@if (in_array('customer-reactivate', $permissions))
Reactive
@endif
@endif
@if (in_array('can-close', $permissions))
@if (request()->path() != 'admin/pending-customer')
@if ($data->deleted_at == null)
Close
@else
@endif
@endif
@endif
@if (in_array('mac-customer_destroy', $permissions))
@endif