@trans('Edit Goals Course')
@csrf @method('PUT')
@foreach ($languages as $index => $locale)
@if ($errors->has($locale . '.title')) {{ $errors->first($locale . '.title') }} @endif
@if ($errors->has($locale . '.description')) {{ $errors->first($locale . '.description') }} @endif
@endforeach