@include('partials.head')
@hasanyrole('member|super-admin')
{{ __('Dashboard') }}
@can('show offers')
{{ __('Angebote CC') }}
@endcan @can('show offers')
{{ __('Angebotsvergleich') }}
@endcan
@endhasanyrole @role('super-admin')
@can('manage users')
{{ __('User') }}
@endcan
@endrole
{{ __('Repository') }}
{{ __('Documentation') }}
{{ auth()->user()->initials() }}
{{ auth()->user()->name }}
{{ auth()->user()->email }}
{{ __('Settings') }}
@csrf
{{ __('Log Out') }}
{{ auth()->user()->initials() }}
{{ auth()->user()->name }}
{{ auth()->user()->email }}
{{ __('Settings') }}
@csrf
{{ __('Log Out') }}
{{ $slot }} @fluxScripts