{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'update-lesson-plan', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'name' => 'myForm', 'onsubmit' => 'return validateAddNewroutine()']) }}
@if(moduleStatusCheck('University')) @endif @if (isset($assigned_id)) @endif
@if ($errors->has('lesson')) {{ $errors->first('lesson') }} @endif
@php $topics = $lessonPlanDetail->topics; $topicIds =$topics->pluck('topic_id')->toArray(); @endphp @foreach ($lessonPlanDetail->topics as $item)
@if ($errors->has('topic')) {{ $errors->first('topic') }} @endif
@if(generalSetting()->sub_topic_enable)
@endif
@endforeach
loader
@if ($errors->has('file')) {{ @$errors->first('file') }} @endif
{{ Form::close() }}