@php $nav = [ ['label' => 'Home', 'route' => 'home'], ['label' => 'About', 'route' => 'about'], ['label' => 'Founders', 'route' => 'founders'], ['label' => 'Our Team', 'route' => 'team'], ['label' => 'Companies', 'route' => 'companies'], ['label' => 'Associate', 'route' => 'associate'], ['label' => 'Services', 'route' => 'services'], ['label' => 'Initiatives', 'route' => 'initiatives'], ['label' => 'Gallery', 'route' => 'gallery'], ['label' => 'Careers', 'route' => 'careers'], ['label' => 'Contact', 'route' => 'contact'], ]; @endphp