| # | Supplier Name | Contact Person | Phone | Tax Number | Status | |
|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $supplier->name }} | {{ $supplier->contact_person ?: '—' }} | {{ $supplier->email ?: '—' }} | {{ $supplier->phone ?: '—' }} | {{ $supplier->tax_number ?: '—' }} | @if($supplier->is_active) Active @else Inactive @endif |
| No suppliers found. | ||||||