@extends('frontEnd.layouts.master') {{-- @section('title', $category->meta_title) --}} @if (Route::is('category')) @section('title', $category->meta_title ?? 'Golnoze') @endif @section('content')
{{--
filter
--}}
@forelse ($products as $product) @empty

No products available in this category!

@endforelse
@endsection