Products

@if ($products->isEmpty()) @else @foreach ($products as $product) @endforeach @endif
Product Name Price In Stock Actions
Oops! We couldn't find any products with that title. Try searching for something else!
{{ $product->name }} {{ $product->price }} {{ $product->in_stock ? 'Yes' : 'No' }}
Edit
@csrf @method('DELETE')
{{ $products->links() }}