@php $user = auth()->user(); @endphp
@if ($notification->type == 'App\Notifications\Admin\NewJobAvailableNotification') @elseif ($notification->type == 'App\Notifications\Admin\NewPlanPurchaseNotification') @elseif ($notification->type == 'App\Notifications\Admin\NewUserRegisteredNotification') @endif {{ $notification->data ? $notification->data['title'] : '-' }}
{{ $notification->created_at->diffForHumans() }} @endforeach @else {{ __('no_notification') }} @endif @if (adminNotifications()->count() > 6) {{ __('see_all_notifications') }} @endif{{ $user->name }} - @foreach ($user->getRoleNames() as $role) ({{ ucwords($role) }}) @endforeach {{ __('member_since') }} {{ $user->created_at->format('M d, Y') }}