{{$head ?? __('notifications.edit')}}

{{ $notificationLog->user->name ?? __('notifications.all') }}

@foreach($languages as $language)

{{ $notificationLog->descriptions->where('language_id', $language->id)->first()->title ?? '-' }}

{{ $notificationLog->descriptions->where('language_id', $language->id)->first()->description ?? '-' }}

@endforeach