@extends('front.layout.app') @section('content') Store Shop by categories: All @foreach($categories as $category) id ? 'selected' : '' }}> {{ $category->name ?? '' }} @endforeach {{-- --}} {{-- Short by :--}} {{-- --}} {{-- Featured--}} {{-- --}} {{-- --}} @if($products->isNotEmpty()) @foreach($products as $product) {{$product->name ?? ''}} ${{$product->price ?? ''}}.00 @endforeach @else No Product Found @endif @endsection @push('script') @endpush
No Product Found