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

PARKING MANAGEMENT SYSTEM

sheds

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