@php $links = [ ['label' => 'Home', 'route' => 'home'], ['label' => 'Book', 'route' => 'book'], ['label' => 'Yachts', 'route' => 'yachts'], ['label' => 'Destinations', 'route' => 'destinations'], ['label' => 'Experiences', 'route' => 'experiences'], ['label' => 'Contact', 'route' => 'contact'], ]; @endphp