@extends('layouts.app') @section('title', $settings['meta_title'] ?? 'MUVR Labs — Custom Test Rigs & Engineering Solutions') @section('meta_description', $settings['meta_description'] ?? '') @section('content') {{-- ── HERO ── --}} @if($hero)
@if($hero->eyebrow)
{{ $hero->eyebrow }}
@endif

{{ $hero->heading }}

@if($hero->subheading)

{{ $hero->subheading }}

@endif
@if($hero->primary_btn_text) {{ $hero->primary_btn_text }} @endif @if($hero->secondary_btn_text) {{ $hero->secondary_btn_text }} @endif
@if($hero->support_line)

{{ $hero->support_line }}

@endif
@foreach($products->take(2) as $product)
@if($product->thumbnail) {{ $product->name }} @else
@endif
{{ $product->name }}
{{ $product->standard_badge }}
@endforeach
@endif {{-- ── FLAGSHIP PRODUCTS ── --}}
Our Portfolio
Flagship Products

Our current product portfolio is led by specialized automated test systems designed for standards-oriented performance evaluation and industrial testing applications.

@foreach($products as $index => $product)
@if($product->hero_image) {{ $product->name }} @else
@endif @if($product->standard_badge) {{ $product->standard_badge }} @endif

{{ $product->name }}

@if($product->subtitle)
{{ $product->subtitle }}
@endif

{{ $product->short_description }}

View Product Details @if($product->brochure_file) Download Brochure @endif
@if(!$loop->last)
@endif @endforeach
{{-- ── SOLUTIONS ── --}}
Capabilities
Solutions

Beyond our flagship products, we undertake custom engineering and development work tailored to specific performance, testing, and product realization requirements.

@foreach($solutions as $solution)
{!! $solution->icon_svg !!}
{{ $solution->title }}

{{ $solution->short_description }}

Learn More →
@endforeach
{{-- ── WHY MUVR LABS ── --}}
Why Choose Us
Why MUVR Labs
@foreach($whyUs as $item)
{{ $item->heading }} {{ $item->description }}
@endforeach
Talk to Our Team
{{-- ── CASE STUDIES ── --}}
Track Record
Case Study Highlights

A look at selected engineering projects, delivered systems, installation work, and development programs that reflect our practical capabilities.

@foreach($caseStudies as $cs)
@if($cs->hero_image) {{ $cs->title }} @endif {{ $cs->tab_label }}
{{ $cs->title }}
Read Case Study →
@endforeach
{{-- ── HOW WE WORK ── --}}
Our Process
How We Work
@foreach($steps as $step)
@if(!$loop->last)
@endif
{{ $step->step_number }}
{{ $step->title }}
{{ $step->description }}
@endforeach
{{-- ── RESOURCES ── --}}
Downloads & Media
Resources & Insights
@foreach($resources as $res)
@if($res->resource_type == 'pdf') @elseif($res->resource_type == 'video') @else @endif
{{ $res->title }}
{{ ucfirst($res->resource_type) }}
@endforeach
Explore Resources
{{-- ── CAREERS STRIP ── --}}

Careers at MUVR Labs

We are building a team across engineering, development, and technical support. Explore current openings or submit your CV for future opportunities.

{{-- ── FINAL CTA ── --}}

Looking for a Specialized Test Rig or Engineering Development Partner?

Whether you need a standards-based testing platform, a custom validation system, or engineering support for a new product or specialized application, MUVR Labs is ready to help.

@endsection