@section('menu') @php $menu = [ route('dashboard') => [ 'icon' => 'grid-view', 'title' => __('Dashboard') ] ]; @endphp
@auth @if(count($websites) == 0)
{{ __('No favorite websites.') }}
@else @endif @endauth @endsection