@php $id_select = $id ?? rand(9999, 99999); @endphp
@error('section_title.' . get_current_lang()['code'])
{{ $message }}
@enderror @foreach(get_langauges_except_current() as $locale) @error('section_title.' . $locale['code'])
{{ $message }}
@enderror @endforeach
{{--
--}}