@php $admin = auth('admin')->user(); @endphp @lang('Ctrl') @lang('K') @lang('Pending Deposit') ({{ $pendingDepositsCount }}) @lang('Pending Withdrawals') ({{ $pendingWithdrawCount }}) @lang('Pending Ticket') ({{ $pendingTicketCount }}) @lang('General Setting') @lang('System Configuration') @lang('Notification Setting') @lang('All Rider') @lang('Active Rider') @lang('Banned Rider') @php $appLocal = strtoupper(config('app.locale')) ?? 'en'; @endphp @foreach ($languages as $language) {{ ucfirst($language->name) }} @if ($appLocal == strtoupper($language->code)) @endif @endforeach @lang('Notifications') @if ($adminNotificationCount) {{ $adminNotificationCount }} @lang('New notifications') @endif @forelse ($adminNotifications as $notification) @if ($notification->user) @if ($notification->user->image) @else {{ __(@$user->full_name_short_form ?? 'N/A') }} @endif @else @endif @if (@$notification->user) {{ @$notification->$user->full_name }} @else @lang('Anonymous') @endif {{ __($notification->title) }} {{ diffForHumans($notification->created_at) }} @empty @lang('No unread notifications were found') @lang('There is no available data to display here at the moment') @endforelse @if ($hasNotification) @endif {{ @$admin->name }} @lang('Admin') @lang('My Profile') @lang('Change Password')
@if (@$notification->user) {{ @$notification->$user->full_name }} @else @lang('Anonymous') @endif
{{ __($notification->title) }}
@lang('Admin')