@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')
{{ $pageBanner['name'] }}
{{ optional($singleProductCategory)->title ?? $productCms->title }}
{!! optional($singleProductCategory)->description ?? $productCms->description !!}
Our Products
Worlite Logo
Circle
@foreach ($products as $product) {{ $product->title }} {{--
View More
--}}
@endforeach
View More
@endsection @push('js') @endpush