@foreach ($languages as $index => $locale)
@error("{$locale}.title")
{{ $message }}
@enderror
{{-- description ------------------------------------------------------------------------------------- --}}
@if ($errors->has($locale . '.description'))
{{ $errors->first($locale . '.description') }}
@endif
@endforeach