| # | الاسم | الهاتف | العنوان | إجراءات |
|---|---|---|---|---|
| {{ $cust->id }} | {{ $cust->name }} | {{ $cust->phone ?? '-' }} | {{ $cust->address ?? '-' }} |
@can('edit-customers')
@endcan
@can('delete-customers')
@endcan
|
| لا يوجد عملاء | ||||