• {{ auth()->user()->unreadNotifications->count() }}
    {{ __('Notification Center') }}
    @foreach (auth()->user()->unreadNotifications as $n)
    {{ $n->data['data'] }}
    {{ $n->created_at }}
    @endforeach {{ __('mark as read') }}
  • {{ Auth::user()->name }} @if (Auth::user()->emp_info->department) ( {{ Auth::user()->emp_info->department }} ) @endif
    {{ __('Profile') }} {{ __('Change Password') }}
    @csrf