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