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