@can('admin.request.booking.all') @lang('Booking Requests') {{ $bookingRequestCount }} @endcan @can(['admin.notification.read', 'admin.notifications'])
    • @lang('Notification') @if ($adminNotificationCount > 0)

      @lang('You have') {{ $adminNotificationCount }} @lang('unread notification')

      @else

      @lang('No unread notification found')

      @endif
      @foreach ($adminNotifications as $notification)
      {{ __($notification->title) }}
      {{ $notification->created_at->diffForHumans() }}
      @endforeach
      @can('admin.notifications')
      @lang('View all notification')
      @endcan
    • @endcan
    • @lang('Profile') @lang('Password') @lang('Logout')