{{-- resources/views/pages/team/index.blade.php --}} @extends('layouts.app') @section('title', 'Meet the Team — KiruDev Technologies') @section('content')

The People

Meet the Team

A multidisciplinary team united by the mission to engineer exceptional digital products from Nigeria for the world.

@php $deptLabels = ['executive'=>'Executive Management','technical'=>'Technical & Security','marketing'=>'Marketing & Growth','support'=>'Customer Care & Support']; $deptColors = ['executive'=>'indigo','technical'=>'blue','marketing'=>'emerald','support'=>'amber']; @endphp
@foreach($team as $dept => $members) @endforeach
@endsection