@extends('layouts.main') @section('title', 'Float Glass - UFG Products') @push('styles') @endpush @section('content')

Float Glass Collection

Premium quality float glass manufactured to international standards including JIS, EN, ASTM, and SASO specifications

Explore our products verified by ARALUX®

1

Standards

@if($category && $category->standards->count() > 0) @foreach($category->standards as $standard) @endforeach @endif
2

Applications

@if($category && $category->standards->count() > 0) @php $applications = collect(); foreach($category->standards as $standard) { foreach($standard->applications as $application) { if(!$applications->contains('name', $application->name)) { $applications->push($application); } } } @endphp @foreach($applications as $application) @endforeach @endif
@if($category && $category->standards->count() > 0) @else

Float Glass Products

Our float glass products are currently being updated. Please contact us for more information about our available float glass and specifications.

Contact Us
@endif

Explore Other Products

Discover our complete range of glass solutions

@endsection