@foreach($languages as $language) {{ $language->title }} : @endforeach @if ($errors->has('title')){{ $errors->first('title') }}@endif
@if ($errors->has('content_id')){{ $errors->first('gender_id') }}@endif
@if ($errors->has('lesson_type_id')){{ $errors->first('lesson_type_id') }}@endif
@foreach ($skills as $skill)
@endforeach @if ($errors->has('skills')) {{ $errors->first('skills') }} @endif
{{-- --}}