@extends('layouts.front.front') {{-- main content --}} @section('content') Home Products Products Filter Filter by Product Type @if($all_product_types->isNotEmpty()) @foreach($all_product_types as $product_type) {{$product_type->name}} @endforeach @endif Categories @if($all_product_categories->isNotEmpty()) @foreach($all_product_categories as $category) {{$category->name}} @endforeach @endif Brand @if($all_brands->isNotEmpty()) @foreach($all_brands as $brand) {{$brand->name}} @endforeach @endif Apply @if(request()->filter) Clear Filter @endif Found {{$total_count}} results Sort by: product name Newest A to Z @if($products->isNotEmpty()) @foreach($products as $product) {{$product->name}} {{$product->category->name}} {{$product->sub_title}} {{$product->sub_title}} Quick View Documentation Specifications {{$product->name}} {!! html_entity_decode($product->medium_description) !!} @endforeach @else Product Not Found @endif {{ $products->links() }} @endsection @push('js') @endpush
{{$product->sub_title}}
Product Not Found