@extends('layouts.app') @section('title', 'Case Studies — MUVR Labs') @section('content')
Track Record

Case Studies

Selected examples of systems developed, projects executed, and engineering capability demonstrated.

{{-- Tabs --}}
@foreach($caseStudies as $cs)
{{ $cs->tab_label }}
{{ $cs->title }}

{{ Str::limit($cs->summary, 120) }}

Read Case Study →
@endforeach
@foreach($categories as $cat)
@foreach($caseStudies->where('category', $cat) as $cs)
{{ $cs->tab_label }}
{{ $cs->title }}

{{ Str::limit($cs->summary, 120) }}

Read Case Study →
@endforeach
@endforeach

Looking for a similar engineering solution?

Discuss your requirement with our team and explore how we can support your project.

@endsection