@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'] ?? '' !!}