@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') PARKING MANAGEMENT SYSTEM Types Add Types No. Type Name EDIT {{-- DELETE --}} @foreach ($types as $type) {{ $loop->index + 1 }} {{ $type->name }} EDIT {{-- {{ csrf_field() }} {{ method_field('DELETE') }}DELETE --}} @endforeach No. Type Name EDIT {{-- DELETE --}} @endsection @section('more-scripts') @endsection