@extends('admin.master') @section('title',@trans('Create Target Groups')) @section('content')
@csrf @foreach ($languages as $index => $locale) {{-- Title and Description for each language --}}
{{-- Title --}}
@if ($errors->has('locales'))
{{ $errors->first('locales') }}
@endif
@if ($errors->has($locale . '.title')) {{ $errors->first($locale . '.title') }} @endif
{{-- Description --}}
@if ($errors->has($locale . '.description')) {{ $errors->first($locale . '.description') }} @endif
@endforeach
@include('admin.pages.course.coures_target._tabel_goals_course') @endsection @section('script') @endsection