@extends('layouts.app') @section('title', 'Contact — MUVR Labs') @section('content')
Get In Touch

Contact Us

Let us know your requirement and our team will get in touch.

@if(session('success'))
{{ session('success') }}
@endif
Send an Enquiry
@csrf
@foreach(['product' => 'Product Enquiry', 'custom_test_rig' => 'Custom Test Rig', 'engineering_development' => 'Engineering Development', 'partnership' => 'Partnership', 'general' => 'General Enquiry'] as $val => $label)
@endforeach
@if(!empty($settings['contact_email']))
Email
{{ $settings['contact_email'] }}
We respond within 1 business day
@endif
Products & Sales
Enquire via form
For AERONIX A100 & ASTM D6646 Rig
Engineering Projects
Custom requirements
Discuss your development project
@if(!empty($settings['google_maps_embed']))
{!! $settings['google_maps_embed'] !!}
@else
MUVR Labs Location
@endif
@endsection