-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
@extends('layouts.app') @section('content') @php $translationLanguages = ($appLanguages ?? collect()) ->filter(fn ($language) => filled($language->code)) ->values(); $notificationTranslations = $notification->translations->keyBy(fn ($translation) => strtolower($translation->locale)); $shortCodesDisplay = implode(', ', $notification->short_code ?? []); @endphp