@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

Product

Product

@foreach ($products as $product) @endforeach
No. Product Name EDIT DELETE
{{$loop->index + 1}} {{$product->product}} EDIT
No. Product Name EDIT DELETE
@endsection @section('more-scripts') @endsection