Supplier Management
Manage all your suppliers| Code | Name | Phone | City | Rating | Status | Actions | ||
|---|---|---|---|---|---|---|---|---|
| {{ $supplier->supplier_code }} | {{ $supplier->name }} | {{ $supplier->email ?? 'N/A' }} | {{ $supplier->phone ?? 'N/A' }} | {{ $supplier->city ?? 'N/A' }} | {{ $supplier->is_active ? 'Active' : 'Inactive' }} | |||
|
No suppliers found Add First Supplier |
||||||||