@extends('layouts.main') @push('styles') @endpush @section('title', $product->name . ' - UFG Products') @push('styles') @endpush @section('content') @if(session('success'))
{{ session('success') }}
@endif

{{ $product->name }}

ARALUX® Verified Premium Quality Glass

@if($product->image) {{ $product->name }} @else {{ $product->name }} @endif
ARALUX® Verified
@if($product->datasheet) @endif

{{ $product->name }}

@php $standardColors = [ 'jis' => 'bg-blue-100 text-blue-800', 'en' => 'bg-green-100 text-green-800', 'astm' => 'bg-purple-100 text-purple-800', 'saso' => 'bg-orange-100 text-orange-800' ]; $applicationColors = [ 'architecture' => 'bg-gray-100 text-gray-700', 'automotive' => 'bg-red-100 text-red-700', 'interior design' => 'bg-yellow-100 text-yellow-800' ]; @endphp @if($product->standard) @php $standardSlug = strtolower($product->standard->name); @endphp {{ $product->standard->name }} Standard @endif @if($product->application) @php $applicationSlug = strtolower($product->application->name); @endphp {{ $product->application->name }} @endif

Product Details

{{ $product->description ?: 'Premium quality glass manufactured to meet the highest international standards. This product offers excellent durability, clarity, and performance for various applications.' }}

@if($product->compliance)

Compliance & Certifications

{{ $product->compliance }}

@endif @if($product->available_sizes && count($product->available_sizes) > 0)

Available Sizes

@foreach($product->available_sizes as $size)
{{ $size }}
@endforeach
@endif @if($product->available_thicknesses && count($product->available_thicknesses) > 0)

Available Thicknesses

@foreach($product->available_thicknesses as $thickness) {{ $thickness }}mm @endforeach
@elseif($product->thickness_min || $product->thickness_max)

Thickness Range

{{ $product->thickness_range }}

@endif @if($product->application)

Applications

{{ $product->application->name }} @if($product->features) @php $features = explode(',', $product->features); @endphp @foreach($features as $feature) {{ trim($feature) }} @endforeach @endif
@endif
@if($product->technicalSpecifications && $product->technicalSpecifications->count() > 0)

Technical Specifications

Detailed specifications for {{ $product->name }}

@foreach($product->technicalSpecifications as $index => $spec) @endforeach
# Product Name Standard Thickness Length Width File
{{ $index + 1 }} {{ $spec->name }} {{ $spec->standard }} {{ $spec->thickness }} {{ $spec->length }} {{ $spec->width }} @if($spec->file_path) Download @else No file @endif
@endif

Need More Information?

Contact our glass specialists for detailed specifications, custom sizing, pricing information, and technical support.

Contact Our Specialists
@if($relatedProducts && $relatedProducts->count() > 0)

Related Products

Explore similar products from our {{ $categoryModel->name }} collection

@endif @endsection @push('scripts') @endpush