@extends('front.themes.' . env('THEME', 'theme-01') . '.layout')
@section('styles')
@parent
@endsection
@section('content')
@include('front._product-header')
@include('front._product-details')
@include('front._product-custom-gallery-modal')
@if(config('features.marketplace'))
@include('front._product-features-marketplace')
@endif
@if($gs->is_report)
@include('front._product-report-modal')
@endif
@endsection
@section('scripts')
@endsection