@php $generalSetting = DB::table('general_settings')->first(); @endphp @extends('frontend.partials.master') @push('css') @endpush @section('content')

{{ $category->name }}

@foreach($products as $product) @include('frontend.partials.product_section') @endforeach
@endsection @push('js') @endpush