@foreach ($languages as $index => $locale)
{{-- title
-------------------------------------------------------------------------------------
--}}
@if ($errors->has('locales'))
{{ $errors->first('locales') }}
@endif
@if ($errors->has($locale . '.title'))
{{ $errors->first($locale . '.title') }}
@endif
@if ($errors->has($locale . '.address'))
{{ $errors->first($locale . '.address') }}
@endif
@endforeach