@extends('layouts.app') @section('content')
@if ($single_cat !== '' && isset($single_cat))

@if(isset($single_cat->tags)) @if($single_cat->tags->isNotEmpty()) @foreach($single_cat->tags as $tag) @endforeach @endif @endif
@if($single_cat->category_image) {{$single_cat->name}} @else {{$single_cat->name}} @endif
@endif
Filter
({{ $allProductsCount }})

@if(isset($single_cat) && !empty($single_cat)) {{ $single_cat->name }} @endif

Filter
@include('pages.product.product-list', ['products' => $products])
@endsection @section('scripts') @endsection