@extends('products.layout') @section('content')

Products

@if(session('success')) @endif @forelse ($products as $product) @empty @endforelse
No Name Action
{{ ++$i }} {{ $product->name }}
Show Edit @csrf @method('DELETE')
There are no data.
{!! $products->links() !!}
@endsection