@extends('template.main-template') @section('content')
{{-- --}}

{{ (request('category')) ? $category->category_title : 'All Products' }}

{{-- --}}
@forelse ($products as $product) @component('template.components.products.product_loop', ['product' => $product]) @endcomponent @empty
No products found
@endforelse @csrf
@endsection @push('javascript') @endpush @push('css') @endpush