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