@stack('styles')
@php $notifications = Auth::user()->quiq_notifications; @endphp
@if ($notifications->count())
@endif
@if ($notifications->count()) @foreach($notifications as $notif)
{{$notif->data->name ?? ''}}
@endforeach @else
{{__('strings.without_notification')}}
@endif
{{Auth::user()->NAME}}
{{Auth::user()->COMPANY_NAME}}
{{__('sidebar.profile')}}
{{__('sidebar.need_help')}}
{{ __('sidebar.exit') }}
{{ csrf_field() }}
{{__('sidebar.dashboard')}}
{{__('sidebar.routes')}}
{{__('sidebar.all_routes')}}
{{__('sidebar.to_register')}}
{{__('sidebar.calendar')}}
- - -
{{__('sidebar.optimal_routes')}}
- - -
{{__('sidebar.vehicles')}}
{{__('sidebar.all_vehicles')}}
{{__('sidebar.to_register')}}
{{__('sidebar.employees')}}
{{__('sidebar.stop_address')}}
@if(count($errors) > 0) @foreach($errors->all() as $error)
{{$error}}
@endforeach @endif @if(session()->has('message'))
{{ session()->get('message') }}
@endif
@yield('content')
@stack('scripts')