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