@vite(['resources/css/app.css', 'resources/js/app.js']) @stack('styles') @include('partials.language-selector')

CROSBY FARM
& INVESTMENTS

FOUNDED BY ANDREA CROSBY
@php $menuItems = [ ['label' => 'Home', 'url' => '/', 'active' => '/'], ['label' => 'About Us', 'url' => '/about', 'active' => 'about'], ['label' => 'Dairy Farming', 'short' => 'Dairy', 'url' => '/dairy', 'active' => 'dairy'], ['label' => 'Livestock & Animal Care', 'short' => 'Livestock', 'url' => '/livestock', 'active' => 'livestock'], ['label' => 'Crop Production', 'short' => 'Crops', 'url' => '/crops', 'active' => 'crops'], ['label' => 'Investment Plans', 'short' => 'Investment', 'url' => '/investment', 'active' => 'investment'], ['label' => 'Retirement Investment Program', 'short' => 'Retirement', 'url' => '/retirement', 'active' => 'retirement'], ['label' => 'Sustainability & Mission', 'short' => 'Sustainability', 'url' => '/sustainability', 'active' => 'sustainability'], ['label' => 'Gallery', 'url' => '/gallery', 'active' => 'gallery'], ['label' => 'Our Videos', 'short' => 'Videos', 'url' => '/our-videos', 'active' => 'our-videos'], ['label' => 'Testimonials', 'url' => '/testimonials', 'active' => 'testimonials'], ['label' => 'Blog & Farm Updates', 'short' => 'Blog', 'url' => '/blog', 'active' => 'blog'], ['label' => 'Contact Us', 'short' => 'Contact', 'url' => '/contact', 'active' => 'contact'], ]; $secondaryMenuItems = array_slice($menuItems, 8, -1); $contactItem = $menuItems[count($menuItems) - 1]; @endphp
@yield('content')
@stack('scripts')