Logo Logo Logo
  • @if(auth()->user()->unreadNotifications()->count() > 0) {{ auth()->user()->unreadNotifications()->count() }} @endif
    Notifications Clear All
    @forelse(auth()->user()->unreadNotifications as $notification)
    {{ $notification->data['message'] }}
    @empty
    No new notifications
    @endforelse
  • @php $id = Auth::user()->id; $adminData = App\Models\User::find($id); @endphp
  • Profile Image {{ Auth::user()->name }}
    Profile Change Password Logout