@extends('front.layout.app') @section('content')
@foreach($products as $product)
img

{{ $product->name ?? '' }}

${{ $product->price ?? '' }} ${{ $product->old_price ?? '' }}

+ Add to Basket
@endforeach
@endsection @push('script') @endpush