@extends('layouts.instructor') @section('breadcrumb')

{{__('Upload Course')}}

@endsection @section('content')
  • {{ __('Course Overview') }}
  • {{ __('Upload SCORM File') }}
  • {{ __('Instructors') }}
  • {{ __('Submit Process') }}
@csrf
@if(isset($course->scorm_course) && request()->get('scorm-upload') != 1)
@if ($errors->has('duration')) {{ $errors->first('duration') }} @endif
@else
@if ($errors->has('duration')) {{ $errors->first('duration') }} @endif
upload

{{ __('No file selected') }} (zip)

@endif
@if(request()->get('scorm-upload') == 1) {{__('Back')}} @else {{__('Back')}} @endif
@endsection @push('script') > @endpush