@extends('layouts.app') @section('content')

Contact Us & Branch Locator

Get in touch with our head office or visit one of our 150+ showrooms across Sri Lanka for direct material inspection and instant quotations.

@if(session('success'))

Inquiry Received!

{{ session('success') }}

@endif @if(session('error'))
{{ session('error') }}
@endif
Islandwide Hotline

94718463919

Call our design engineers for general inquiries, calculations, and deliveries.

Find a Local Showroom

Select a showroom location to view address details and telephone contacts.

@foreach($branches as $i => $branch) @endforeach
@foreach($branches as $i => $branch)

{{ $branch->name }} Showroom

Address:

{{ $branch->address }}

Telephone:

{{ $branch->phone }}

Opening Hours:

{{ $branch->hours }}

@if($branch->map_embed)
@else
Google Map Navigation Route Available
@endif
@endforeach
@csrf

Submit a Direct Inquiry

Interested in ceilings, roofs, or flooring? Drop your phone number and requirements, and we will get back with prices.

@error('name') {{ $message }} @enderror
@error('phone') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('message') {{ $message }} @enderror
@php $turnstileKey = \App\Models\SiteSetting::getValue('turnstile_site_key'); @endphp @if($turnstileKey)
@endif @error('cf-turnstile-response') Please complete the security check. @enderror
@endsection @push('scripts') @endpush