• {{ 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 }}
    Profile Change Password
    {{ __('Logout') }}
    @csrf