{{-- about.blade.php --}} @extends('layouts.app') @section('title', 'About Us — MUVR Labs') @section('content')
Our Story

About MUVR Labs

Engineering-driven solutions built for practical deployment and real-world performance.

@if(isset($sections['overview']))
Company Overview
@if($sections['overview']->image) MUVR Labs @else @endif
{{ $sections['overview']->content }}
@foreach($products as $p) {{ $p->name }} @endforeach @foreach($solutions as $s) {{ $s->title }} @endforeach
@endif @if(isset($sections['mission']) || isset($sections['vision']))
Vision & Mission
@if(isset($sections['mission']))
Mission
{{ $sections['mission']->subheading }}

{{ $sections['mission']->content }}

@endif @if(isset($sections['vision']))
Vision
{{ $sections['vision']->subheading }}

{{ $sections['vision']->content }}

@endif
@endif

Let's Work Together

Discuss your engineering requirement with our team.

@endsection