• {{ count(auth()->user()->unreadNotifications) }}
    You have {{ count(auth()->user()->unreadNotifications) }} unread Notifications @foreach (Auth()->user()->unreadNotifications->take(5) as $notification)
    {{ $notification->data['message'] }} {{ Carbon\Carbon::parse($notification->created_at)->diffForHumans() }} @endforeach
    See All Notifications
  • View Site
  • @if (isset(Auth()->user()->icon) && Auth()->user()->icon != null) User Image @else User Image @endif
    @if (isset(Auth()->user()->icon) && Auth()->user()->icon != null) User Avatar @else User Image @endif
    {{ auth()->user()->name }}
    {{ auth()->user()->email }}
    • {{ __('Edit Profile') }}
    • {{ __('Change Password') }}
    • {{ __('Logout') }}
      @csrf