{{ Form::label('courses_category_id', 'Course Category') }} * {{ Form::select('courses_category_id', $notes_category, $selectedCourseCategoryID, ['class' => 'form-control', 'placeholder' => 'Select','id'=>'courses_category_id']) }}
{{--
--}}
@include('common.lfm', [ 'type' => 'image', 'name' => 'image', 'input' => 'image', 'required' => true, 'file' => $data->image ?? null, ])
{{--
@if(old('section') != null) @php $i = 0 @endphp @foreach(old('section') as $oldData)

@php $i++ @endphp @endforeach @else @if(!empty($data->sections_course) && count($data->sections_course)) @php $i = 0 @endphp @foreach($data->sections_course as $section)

@php $i++ @endphp @endforeach @else

@endif @endif

--}}
@push('script')