@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 --}} All @foreach($categories as $cat) {{ $cat }} @endforeach @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. Discuss Similar Requirement Contact Us @endsection
Selected examples of systems developed, projects executed, and engineering capability demonstrated.
{{ Str::limit($cs->summary, 120) }}
Discuss your requirement with our team and explore how we can support your project.