@extends('layouts.frontend_master') @section('content') @include( 'web._partials.page-banner', [ 'title' => $product_page->title, 'image' => $product_detail->cover_image->getPath(), ] ) [ OUR PRODUCTS ] {{$product_detail->title}} {!!$product_detail->description!!} @if (isset($inquiry_page)) INQUIRE NOW @endif @if (count($galleries)>0) [ EXPLORE MORE ] Product Gallery @foreach ($galleries as $item ) getPath()}} alt={{$item->alt}} class="h-100 w-100 object-fit-cover"> @endforeach @endif @endsection