@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')