@foreach (app(\Astrotomic\Translatable\Locales::class)->all() as $locale)
@if ($errors->has('title:' . $locale))
{{ $errors->first('title:' . $locale) }}
@endif
@endforeach
@foreach (app(\Astrotomic\Translatable\Locales::class)->all() as $locale)
@if ($errors->has('description:' . $locale))
{{ $errors->first('description:' . $locale) }}
@endif
@endforeach