@extends('admin.base') @section('title', 'account management') @section('account_content') @include('datatableAssets') @php $version = \Illuminate\Support\Facades\Config::get('app.version') @endphp
{{ __('Edit Virtual Course') }}
{{ csrf_field() }}
{{ __('中文课程名称') }}
{{ __('英文课程名称') }}
{{ __('中文课程介绍') }}
{{ __('英文课程介绍') }}
{{ __('Original Price Pound') }}
{{ __('价格英镑') }}
{{ __('Original Price Chinese') }}
{{ __('价格人民币') }}
{{ __('Is advanced course?') }}
isAdvanced)?'checked':''}}>
{{ __('图片') }}
Image Preview
{{ __('移动端图片') }}
Image Preview
{{ __('大学:') }}
学校名称 排序 发布状态 操作
{{ __('Return') }}

{{ __('Edit Virtual Course') }}

{{-- Start Confirm Modal --}} {{-- End Confirm Modal --}} @endsection