Manage your warehouse locations and facilities
{{ session('message') }}
{{ session('error') }}
| Code | Name | Location | Contact | Manager | Products | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $warehouse->code }} | {{ $warehouse->name }} |
{{ $warehouse->city }}, {{ $warehouse->province }}
{{ Str::limit($warehouse->address, 40) }}
|
@if($warehouse->phone)
{{ $warehouse->phone }}
@endif
@if($warehouse->email)
{{ $warehouse->email }}
@endif
|
{{ $warehouse->manager_name ?? '-' }} | {{ $warehouse->total_products ?? 0 }} items | @if($warehouse->is_active) Active @else Inactive @endif | |
|
No warehouses found Create your first warehouse to get started |
|||||||