@extends('layouts.frontend_master') @section('content') @include( 'web._partials.page-banner', [ 'title' => $product_page->title, 'image' => $product_detail->cover_image->getPath(), ] )
Design and Professional Guidance
[ OUR PRODUCTS ]

{{$product_detail->title}}

{!!$product_detail->description!!}
@if (isset($inquiry_page)) INQUIRE NOW @endif
@if (count($galleries)>0)
[ EXPLORE MORE ]

Product Gallery

@endif @endsection