@yield('css')
LAST LOGGED IN - {{ Auth::user()->last_login ?? 'Data not available' }}
@php $notifications_counter = Auth::user()->unreadNotifications()->count(); @endphp
New Notifications
Messages
Notifications
Select a tab above to activate
This blank page message helps protect your privacy, or you can show the first message here automatically through
settings page
{{--
view all notifications
--}}
{{ Auth::user()->first_name }} {{ Auth::user()->last_name }}
{{ Auth::user()->email }}
Fullscreen
F11
Print
Ctrl + P
{{ __('Logout') }}
@csrf
@yield('main')
{{----}} @yield('script')