@php $version = $basicInfo->theme_version; @endphp @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')