{{ __('Visit Site') }}
{{ __('Notifications') }}
@forelse($pendingTicket as $pendingTicket)
{{ __('You Have') }} {{ $loop->iteration }} {{ __('Pending Ticket') }}
{{ $pendingTicket->created_at->diffforhumans() }}
@empty
{{ __('There are no new notifications') }}
@endforelse
{{ __('Notifications') }}
@forelse($pendingWithdraw as $pendingWithdraw)
{{ __('You Have') }} {{ $loop->iteration }} {{ __('Pending Withdraw') }}
{{ $pendingWithdraw->created_at->diffforhumans() }}
@empty
{{ __('There are no new notifications') }}
@endforelse
{{ __('Notifications') }}
@forelse($pendingpayment as $pendingpayment)
{{ __('You Have') }} {{ $loop->iteration }} {{ __('Pending Payments') }}
{{ $pendingpayment->created_at->diffforhumans() }}
@empty
{{ __('There are no new notifications') }}
@endforelse
{{ __('Notifications') }}
{{ __('Mark All As Read') }}
@forelse($depositNotifications as $notification)
{{ $notification->data['name'] }}
{{ $notification->created_at->diffforhumans() }}
@empty
{{ __('There are no new notifications') }}
@endforelse
{{ __('Notifications') }}
{{ __('Mark All As Read') }}
@forelse($notifications as $notification)
{{ $notification->data['name'] }}
{{ $notification->created_at->diffforhumans() }}
@empty
{{ __('There are no new notifications') }}
@endforelse
@foreach ($language_top as $top)
short_code ? 'selected' : '' }}> {{ __(ucwords($top->name)) }}
@endforeach
{{ __('Hi') }}, {{ auth()->guard('admin')->user()->username }}
{{ __('Profile') }}
{{ __('Logout') }}