@extends('admin.layouts.base') @section('title', 'Warehouses') @section('content')
| Code | Name | Location | Capacity | Status | Actions |
|---|---|---|---|---|---|
| {{ $warehouse->code }} | {{ $warehouse->name }} | {{ $warehouse->city }}@if($warehouse->zone), {{ $warehouse->zone }}@endif | {{ number_format($warehouse->total_sqft) }} sqft |
is_active ? 'checked' : '' }} />
|
View Edit |
|
No warehouses found
|
|||||