@extends('garage.layouts.app') @section('title', 'Warehouse Sections') @push('styles') @include('shared.garage-summary-ui-styles') @endpush @section('content')
Sections belong to a warehouse. Filter by warehouse or manage all.
| Section | Warehouse | Code | Sort | Status | Actions |
|---|---|---|---|---|---|
|
{{ $s->name }}
@if($s->is_default)
Default
@endif
@if($s->notes)
{{ \Illuminate\Support\Str::limit($s->notes, 80) }}
@endif
|
{{ $s->warehouse_name }} | {{ $s->code ?: '—' }} | {{ (int)($s->sort_order ?? 0) }} | @if($s->is_active) Active @else Inactive @endif | |
|
No sections found.
|
|||||