@if(session('success')) @endif @if(session('error')) @endif
@forelse($products as $product) @empty @endforelse
Image Name Category Price Actions
@if($product->image) {{ $product->name }} @else
@endif
{{ $product->name }} {{ $product->category->name }} {{ number_format($product->price, 2) }}
  • @csrf @method('DELETE')
No products found.
@if($products->hasPages())
{{ $products->links() }}
@endif
@push('scripts') @endpush