@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content') @if ((session('theme') && session('theme') == 'theme2') || $allsettings['theme'] == 'two') @include('front.pages.product.details.product_details_two') @else @include('front.pages.product.details.product_details_one') @endif
@push('post_script') @endpush() @endsection @section('head-content') @endsection