@extends('layouts.admin') @section('content')
New Course Initiaion
@csrf
@if($errors->has('course_title'))
{{ $errors->first('course_title') }}
@endif
@if($errors->has('batch'))
{{ $errors->first('batch') }}
@endif {{ trans('cruds.nomination.fields.batch_helper') }}
@if($errors->has('course_director'))
{{ $errors->first('course_director') }}
@endif
@endsection @section('scripts') @endsection