| {{ __('Name') }} | {{ __('Code') }} | {{ __('Contact') }} | {{ __('City') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|
| {{ $supplier->name }} | {{ $supplier->code ?? '—' }} | {{ $supplier->contact_person ?? '—' }} | {{ $supplier->city ?? '—' }} |
|
@can(\App\Domain\Purchasing\Support\PurchasePermissions::ORDER_VIEW) {{ __('History') }} @endcan @can('update', $supplier) {{ __('Edit') }} @endcan |
| {{ __('No suppliers found.') }} | |||||