@extends('layouts.main') @push('styles') @endpush @section('title', $product->name . ' - UFG Products') @push('styles') @endpush @section('content') @if(session('success'))
@endifARALUX® Verified Premium Quality Glass
@endif
{{ $product->description ?: 'Premium quality glass manufactured to meet the highest international standards. This product offers excellent durability, clarity, and performance for various applications.' }}
{{ $product->compliance }}
{{ $product->thickness_range }}
Detailed specifications for {{ $product->name }}
| # | 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 |
Contact our glass specialists for detailed specifications, custom sizing, pricing information, and technical support.
Contact Our SpecialistsExplore similar products from our {{ $categoryModel->name }} collection
@endif
{{ Str::limit($relatedProduct->description, 60) }}