@extends('layouts.app') @section('title', 'Careers — MUVR Labs') @section('content')
Join Our Team

Careers at MUVR Labs

Join us in building practical engineering solutions for testing, automation, and advanced applications.

{{-- Why Join --}}
Why Join Us
Real Engineering Work

Work on meaningful engineering systems used in real applications, not just simulations.

Growing Team

Be part of a team at an exciting stage of growth with strong product and project pipeline.

Technical Growth

Exposure to diverse domains: test systems, automation, medtech, and advanced applications.

{{-- Current Openings --}}
Current Openings
@forelse($jobs as $job)
{{ $job->title }}
@if($job->department){{ $job->department }}@endif @if($job->location){{ $job->location }}@endif @if($job->job_type){{ $job->job_type }}@endif

{{ $job->description }}

Apply Now
@empty

No current openings listed. Please submit your CV for future opportunities.

@endforelse {{-- Submit CV --}}
Submit Your CV
Apply or Register Your Interest
@if(session('cv_success'))
{{ session('cv_success') }}
@endif
@csrf
@endsection