@extends('front.layout.app') @section('content')
{!! $product->slider_description !!}
{!! $product->product_description !!}

Sizes and colours

{!! $product->sizes_colors !!}
@foreach ($get_all_product_colors as $color) @endforeach
@php $pdfPath = $product->product_pdf ? public_path('uploads/products/pdf/' . $product->product_pdf) : null; @endphp

PDF

@if($pdfPath && file_exists($pdfPath)) @else No PDF available @endif

Contact Us

Let's start a conversation. Email Us!

Call Us Today 404-990-3232
@endsection @section('beforeBodyClose') @endsection