@extends('frontend::config.master') @section('title') @section('style') @endsection @section('content')
@php $image_main = [ [ 'id' => $detail['id'], 'image' => $detail['img'], 'title' => $detail['title'], ], ]; $productCards = array_merge($image_main, $detail['gallery'] ?? []); @endphp
@include('frontend::layouts.product.ProductDetailThumbnails')

{{ $detail['title'] ?? '' }}

{!! $detail['detail'] ?? '' !!}
@endsection @section('script') @endsection