@extends('frontend::layouts.master') @push('styles') @endpush @section('content') {{-- Breadcrumb & Back --}}
@include('frontend::components.tsic-ellipse-decoration', [ 'minEllipses' => 2, 'maxEllipses' => 3, ]) {{-- Product Header --}}
{{-- Product Image Gallery: Main slide + Thumbnails, click opens Lightbox --}} @if (!empty($product['gallery'][0])) @endif {{-- Product Info --}}
{{ $product['categories'][0]['name'] ?? '' }}

{{ $product['name'] ?? '' }}

{{ $product['desc'] ?? '' }}

@if (!empty($product['text']))
@php $explodeText = explode(',', $product['text']); @endphp @foreach ($explodeText as $prop) {{ $prop }} @endforeach
@endif
{{-- Technical Specifications --}}
{!! $product['detail'] ?? '' !!} {{-- Save Class: Product Detail Content for input into a text editor --}} {{-- --}}
{{-- Related Products (Slider) --}} @if (!empty($product['related'][0]))
@include('frontend::components.tsic-ellipse-decoration')

{{ __('frontend::lang.page.products.related_products') }}

{{ __('frontend::lang.page.products.related_products_desc') }}

@endif {{-- Product Image Lightbox: ขนาดสเกลตามสัดส่วนรูป --}} @if (!empty($product['gallery'][0])) @endif {{-- CTA Section --}} @include('frontend::components.cta-section') @endsection @push('scripts') @endpush