ConstructFlow
{{ __('Dashboard') }} {{ __('Documents') }} @if(Auth::user()->hasRole(['Consultant', 'ClientA', 'ClientB', 'ClientC'])) {{ __('Approvals') }} @endif {{ __('Notifications') }} @if(Auth::user()->notifications->where('read_status', false)->count() > 0) {{ Auth::user()->notifications->where('read_status', false)->count() }} @endif @if(Auth::user()->hasRole(['SuperAdmin', 'Consultant', 'ClientA'])) @if(Auth::user()->hasRole('SuperAdmin')) {{ __('Admin Panel') }} @else {{ __('Users') }} @endif @endif
{{ substr(Auth::user()->name, 0, 2) }}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
@if(Auth::user()->roles->count() > 0) {{ Auth::user()->roles->first()->name }} @endif
{{ __('Dashboard') }} {{ __('Notifications') }} @if(Auth::user()->notifications->where('read_status', false)->count() > 0) {{ Auth::user()->notifications->where('read_status', false)->count() }} @endif
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
@csrf {{ __('Log Out') }}