@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