@extends('admin.masterv2') @section('styleSheet') @endsection @section('content')
Update course
@include('admin.includesV2.backendAlert')
@csrf
@if(isset($course->banner)) @endif
@if(isset($course->banner))
@endif
@if(isset($course->image)) @endif
@if(isset($course->image))
@endif
{{--
--}}

Form Content

@if(count($FormGroupList) > 0) @foreach($FormGroupList as $idx=>$item)
form_group) && ($course->form_group != "null") && array_search($item->id, json_decode($course->form_group,true)) !== false ? 'checked' : ''}}>
@endforeach @endif

Tab Content

@if(isset($course->tab_content)) @foreach($course->tab_content as $key=>$value)
@endforeach @else
@endif
@endsection @section('customJs') @endsection @section('documentJquery') @endsection