| ID | Company Name | Contact | Default Package | Status | Actions |
|---|---|---|---|---|---|
| {{ $customer->customers_id }} |
@if($customer->customer_picture)
{{ strtoupper(substr($customer->customer_name_en, 0, 1)) }}
@endif
{{ $customer->customer_name_en }}{{ $customer->customer_name_ar }} |
{{ $customer->customer_mobile_number }}
{{ $customer->customer_email }}
|
@if($customer->defaultPackage) {{ $customer->defaultPackage->pkg_name_en ?? 'N/A' }} @else - @endif | @if($customer->customer_account_status === 'active') Active @elseif($customer->customer_account_status === 'suspended') Suspended @else Inactive @endif |