@extends('newBase') @section('title', 'index') @section('content') @php( $version = \Illuminate\Support\Facades\Config::get('app.version') ) @include('components.asset_import.js', [ 'jss' => [ 'semanticui/components/popup' ] ]) @include('components.asset_import.css', [ 'csss' => [ 'semanticui/components/popup.min' ] ])
上传课程评价
Before proceeding with CSV upload make sure that images are uploaded on OSS in {{$location}} folder.
@include('common.notification') @endsection