@extends('frontend::layouts.app') @section('title', optional($singleProductCategory)->meta_title ?? $metaTags['metaTitle']) @section('keywords', optional($singleProductCategory)->meta_keywords ?? $metaTags['metaKeywords']) @section('description', optional($singleProductCategory)->meta_description ?? $metaTags['metaDescription']) @section('other_meta_tags') {!! optional($singleProductCategory)->other_meta_tags ?? $metaTags['otherMetaTags'] !!} @endsection @section('content')
@if ($products->isNotEmpty())
{{ $pageBanner['name'] }}
@endif
@if ($products->isNotEmpty())
{{ optional($singleProductCategory)->title ?? $productCms->title }}
{!! optional($singleProductCategory)->description ?? $productCms->description !!}
@unless ($singleProductCategory)
All Products
@endunless @if ($productSubCategories->isNotEmpty()) @endif
Our Products
@if ($products->lastPage() > 1)
  • @for ($i = 1; $i <= $products->lastPage(); $i++)
  • {{ $i }}
  • @endfor
@endif
@else
no result found
Oops! No Results Found
Back to Home
@endif
@endsection @push('js') @endpush