@extends('front.layouts.app', ['title' => $product->name, 'description' => $product->description, 'image' => isset($product->productsImageFirst) && isset($product->productsImageFirst->filename) ? url('storage') . '/' . $product->productsImageFirst->filename: '']) @section('content') @include('front.layouts.app-header') Home {{$product->name}} @if($product->productsImageFirst != '') @endif @if(count($product->productImages) > 0) @foreach($product->productImages as $image) @endforeach @else @endif @if(count($product->productImages) > 0) @foreach($product->productImages as $image) @endforeach @else @endif @include('front.product-detail.product-common-detail') Product Description Shipping Details Reviews Product Description {{$product->description}} Shipping Details {{$product->shipping_detail}} Reviews Write a review Write A Review Your name * Comment * Rating * Bad Good Submit @if (count($reviews) > 0) @include('front.product-detail.product-review-list') @else No review found @endif @if (count($reviews) > 3) Load More @endif Related Products @foreach ($relatedProducts as $product) @if(!empty($product->productsImageFirst->filename) && \Illuminate\Support\Facades\Storage::exists($product->productsImageFirst->filename)) @else @endif {{$product->name}} {{-- $259.00 --}} {{ config('constant.CURRENCY_SIGN') }}{{$product->productsVariantMax->selling_price}} @endforeach @include('front.layouts.app-footer') @endsection @section('custom-js') @endsection
{{$product->description}}
{{$product->shipping_detail}}