@extends('frontend.layout') @section('pageHeading') {{ __('Product Details') }} @endsection @section('metaKeywords') @if (!empty($details)) {{ $details->meta_keywords }} @endif @endsection @section('metaDescription') @if (!empty($details)) {{ $details->meta_description }} @endif @endsection @section('style') @endsection @section('content') {{-- breadcrub start --}} @includeIf('frontend.partials.details-breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'heading' => @$details->title, 'title' => !empty($pageHeading) ? $pageHeading->products_page_title : 'product', ]) {{-- breadcrub end --}}