{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'add-new-lesson-plan', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'name' => 'myForm', 'onsubmit' => 'return validateLssonPlan()']) }}
@if (moduleStatusCheck('University')) @endif
@if (generalSetting()->sub_topic_enable)
@endif
loader
@if ($errors->has('file')) {{ @$errors->first('file') }} @endif
{{ Form::close() }}