@extends('admin.layout.app') @section('more-head')
@endsection @section('main-content')
PARKING MANAGEMENT SYSTEM
sheds
Add sheds
@foreach ($sheds as $shed) @endforeach
No.
Warehouse
shed Name
Edit
Delete
{{$loop->index + 1}}
{{strtoupper(optional($shed->warehouse)->name)}}
{{strtoupper($shed->name)}}
EDIT
{{csrf_field()}} {{method_field('DELETE')}}
DELETE
No.
Warehouse
shed Name
Edit
Delete
@endsection @section('more-scripts') @endsection