@extends('frontend.layout') @section('page_title', 'All Products') @section('content')

{{ ucfirst($cat_name) ?? ''}}

Filter By:

@foreach ($products as $item) @endforeach
#SL Item Name Specification Brand Name Unit Origin Company Market Rate
{{ ++$sl }} {{ $item->name ?? '' }} {{ $item->specification ?? '' }} {{ $item->brand_name ?? '' }} {{ $item->unit ?? '' }} {{ $item->origin ?? '' }} {{ $item->company_name ?? '' }} ৳ {{ $item->price ?? '0' }}
{{$products->links()}}
@endsection @section('styles') @endsection @section('scripts') @endsection