Warehouse List
Manage your warehouse
{{ session()->get('success') }}
@endif
@if(session()->has('error'))
{{ session()->get('error') }}
@endif
| Action | @endifWarehouse | City | Address | Phone No | Capacity | Status |
|---|---|---|---|---|---|---|
| @endif | {{ $row->warehouse_name}} | {{ $row->city}} | {{ $row->address}} | {{ $row->phone_no}} | {{ $row->capacity}} | @if(hasPermission('warehouse', 'status'))@if($row->status==1)Active@else Inactive @endif | @endif