No suppliers yet. Add your first supplier
| Supplier | Contact Person | Phone | Location | Products | Status | Actions | |
|---|---|---|---|---|---|---|---|
|
{{ strtoupper(substr($supplier->name, 0, 1)) }}
{{ $supplier->name }}
@if($supplier->address)
{{ Str::limit($supplier->address, 40) }}
@endif
|
{{ $supplier->contact_name ?? '—' }} | {{ $supplier->phone ?? '—' }} | @if($supplier->email) {{ $supplier->email }} @else — @endif | {{ collect([$supplier->city, $supplier->country])->filter()->join(', ') ?: '—' }} | {{ $supplier->products_count ?? $supplier->products()->count() }} | {{ ucfirst($supplier->status) }} |