@include('templates.parts.head')
@include('templates.parts.header')
Product Detail
@if($product_detail->cat_type == "1")
@else
@endif
Back to product page
@foreach( $product_detail_images as $pdi )
@endforeach
{{ $product_detail->name }}
{!! $product_detail->description !!}
@if ( $product_detail->video != null || $product_detail->video != '' )
@else
There is no video for this product..
@endif
Sewa Sekarang
{{--
Share this product:
--}}
@include('templates.parts.newsletter') @include('templates.parts.footer')