@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') crop crop Add crop No. crop Name crop Description crop Remarks EDIT {{-- DELETE --}} @foreach ($crops as $crop) {{ $loop->index + 1 }} {{ $crop->name }} {{ $crop->description }} {{ $crop->remarks }} EDIT {{-- {{ csrf_field() }} {{ method_field('DELETE') }}DELETE --}} @endforeach No. Crop Name crop Description crop Remarks EDIT {{-- DELETE --}} @endsection @section('more-scripts') @endsection