• {{Auth::user()->unreadNotifications()->count()}}
    {{Auth::user()->unreadNotifications()->count()}} {{trans_choice('core::general.notification',2)}} @foreach(Auth::user()->unreadNotifications as $notification)
    {{$notification->data['message']}} {{$notification->created_at->diffForHumans()}} @endforeach
    {{__('core::general.View All')}}
  • @if(!empty(Auth::user()->photo)) User Image @else User profile picture @endif {{Auth::user()->full_name}}
    • @if(!empty(Auth::user()->photo)) User Image @else User profile picture @endif

      {{Auth::user()->full_name}}

    • {{trans_choice('core::general.profile',1)}} {{trans_choice('core::general.logout',1)}}
      {{csrf_field()}}