{{ __('Course Details') }}
{{
__('Course Type') }}
*
@if ($errors->has('course_type'))
{{
$errors->first('course_type') }}
@endif
{{ __('Course Title') }}
*
@if ($errors->has('title'))
{{
$errors->first('title') }}
@endif
{{ __('Course Subtitle') }}
*
@if ($errors->has('subtitle'))
{{
$errors->first('subtitle') }}
@endif
@if(get_option('subscription_mode'))
{{
__('Enable for subscription') }}
*
@if ($errors->has('is_subscription_enable'))
{{
$errors->first('is_subscription_enable') }}
@endif
@endif
{{ __('Course Description Key Points') }}
*
{{ __('Course Description') }}
*
@if ($errors->has('description'))
{{
$errors->first('description') }}
@endif
@if ($errors->has('meta_description'))
{{ $errors->first('meta_description') }}
@endif