@extends('front.layout.app') @section('content')

Store

Shop by categories:
{{--
--}} {{-- Short by :--}} {{-- --}} {{--
--}}
@if($products->isNotEmpty()) @foreach($products as $product)

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

${{$product->price ?? ''}}.00
@endforeach @else

No Product Found

@endif
@endsection @push('script') @endpush