@extends('newBase', [ 'scripts' => [ 'dynamicValidation' ] ]) @section('title', 'index') @section('content') @include('common.notification')
{{--Course Features--}} @if(isset($courseID) && $courseID)
功能
@endif
{{ csrf_field() }} {{--Course Details--}}
{{--title bar--}}
{{__('Course Details')}}
{{--Course Details--}}
can_use_discount_coupon) && $course->can_use_discount_coupon == 0) checked @endif>
can_use_discount_coupon) && $course->can_use_discount_coupon == 1 || !isset($course->can_use_discount_coupon)) checked @endif>
{{__('Use Discount Coupon:')}}:
%
enrollment_year_check ?? 0) == 1) checked @endif>
enrollment_year_check ?? 0) == 0) checked @endif>
enrollment_year_check ?? 0) == 2) checked @endif>
enrollment_year_check ?? 0) == 2)) hidden @endif id="enrollment_year_div">
enrollment_year_check ?? 0) == 1) hidden @endif id="start_date_div">
{!! htmlspecialchars_decode($course->subtitle_english ?? '') !!}
{!! htmlspecialchars_decode($course->subtitle_chinese ?? '') !!}
售出比例:
%
售出数量:
绑定商品合同:
课程图片:
轮播图片
@if(isset($course->adImagesCn)) @foreach($course->adImagesCn as $one) @endforeach @endif
@if(isset($course->adImagesEn)) @foreach($course->adImagesEn as $one) @endforeach @endif
是否单次可以购买多个?
multi_purchase ?? 0) ? 'checked=checked' : '' }}>
{{--Course Classification--}}
{{--title bar--}}
课程分类
{{--Course Classification--}}
课程信息保存后,才可编辑对应课程要求
一级分类:
二级分类:
{{--Course Prcing And Fees--}}
{{--title bar--}}
课程价格及学费
{{--Course Pricing And Fees--}}
{{--Actions--}}
status ?? false) ? 'checked' : ''}}>
@include('components.asset_import.js', [ 'jss'=>[ 'js/plugins/summernote/summernote.min', 'js/plugins/summernote/summernote-zh-CN.min', 'js/plugins/chosen/chosen.jquery', 'js/plugins/iCheck/icheck.min', 'js/jquery.form', ] ]) @endsection