@extends('frontend.layouts.app') @section('meta_title', 'Trade-listing-details') @section('head') @endsection @section('content')
@forelse ($product->listing_images as $img)
product-bg
@empty
product-bg
@endforelse
@forelse ($product->listing_images as $img)
product-bg zoom-icon
@empty
product-bg zoom-icon
@endforelse
Details
print-icon
@php $and = '&'; @endphp
@if ($product->list_families->isNotEmpty()) @endif @if ($product->list_product->isNotEmpty()) @endif @if ($product->list_origin->isNotEmpty()) @endif @if ($product->list_temperature->isNotEmpty()) @endif @if ($product->brands != null) @endif @if ($product->list_feature->isNotEmpty()) @endif {{-- {{ dd($product->list_applications[0]->application) }} --}} @if ($product->list_applications->isNotEmpty()) @endif @if ($product->overview != null) @endif
Product Family:
Product:
Origin:
Product Temperature:
Brands:

{{ $product->brands }}

Special Features:
Product Applications:
Available for Export:
    @if ($product->is_export == 1)
  • Yes
  • @else
  • No
  • @endif
Private Labeling:
    @if ($product->private_label == 1)
  • Yes
  • @else
  • No
  • @endif
Overview:

{{ $product->overview }}

@endsection @section('script') @endsection