@forelse($out as $notification) {{ data_get($notification->data, 'title') }} {{ data_get($notification->data, 'message') }} @empty
{{ __('messages.no_unread_notifications') }}
@endforelse