@extends('frontend.layouts.main') @section('main-container') Enquiry Now @csrf Your Name Phone Number Message Send Message @if (!empty($product->video_url)) Product Video @endif @foreach ($product->ProductImagesByID as $image) @endforeach @if (!empty($product->video_url)) Product Video @else @endif @if (!empty($product->document)) Product Document @else @endif @foreach ($product->ProductImagesByID as $image) @endforeach {{-- --}} {{ $product->product_name }} {{ $product->short_description }} View More Details Contact to Supplier Get call back More Details {!! $product->description !!} @if ($products->count() > 0) More products View All Products @foreach ($products as $product) @foreach ($product->ProductImagesByID as $image) @break @endforeach {{ $product->product_name }} @endforeach @endif @endsection
{{ $product->short_description }}