{{-- @props(['brand' => 'C Connect', 'use_spa' => true, 'brand_short' => 'CC']) @php $navigation = [ [ 'label' => 'Dashboard', 'route' => 'dashboard', 'visible' => true, ], [ 'label' => 'Welcome', 'route' => 'welcome', 'visible' => true, ], [ 'label' => 'Landing', 'route' => 'landing', 'visible' => true, ], [ 'label' => 'Bots', 'route' => 'bots.index', 'visible' => true, ] ]; @endphp --}}