@php $user = auth()->user(); $languages = loadLanguage(); $current_language = currentLanguage() ? currentLanguage() : loadDefaultLanguage(); @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'] : '-' }}
{{ $user->name }} - @foreach ($user->getRoleNames() as $role) ({{ ucwords($role) }}) @endforeach {{ __('member_since') }} {{ $user->created_at->format('M d, Y') }}