@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

PARKING MANAGEMENT SYSTEM

sheds

@foreach ($sheds as $shed) @endforeach
No. Warehouse shed Name Edit Delete
{{$loop->index + 1}} {{strtoupper(optional($shed->warehouse)->name)}} {{strtoupper($shed->name)}} EDIT
No. Warehouse shed Name Edit Delete
@endsection @section('more-scripts') @endsection