user()->can('is-branch-manager')) href="{{ route('branch.dashboard') }}" @elseif(auth()->user()->can('is-drp')) href="{{ route('drp.dashboard') }}" @else href="{{ route('home') }}" @endcan > Logo Logo
    @foreach (session('top_route') as $key => $item)
  1. {{$item}}
  2. @if ($key !== 'last' )
  3. /
  4. @endif @endforeach
{{-- --}}
@if (auth()->user()->profile_url) Avatar @else {{ auth()->user()->name[0] . "" . auth()->user()->surname[0] }} @endif
{{auth()->user()->name.' '.auth()->user()->surname}} {{ auth()->user()->email }}
Profile Settings Notification settings
Log out