@extends('layouts.organization') @section('breadcrumb')
{{__('Upload Course')}}
{{__('Dashboard')}}
{{__('My Courses')}}
{{__('Upload Course')}}
@endsection @section('content')
{{ __('Course Overview') }}
{{ __('Upload SCORM File') }}
{{ __('Instructor') }}
{{ __('Submit Process') }}
@csrf
@if(isset($course->scorm_course) && request()->get('scorm-upload') != 1)
{{ __('Scorm File Duration') }} (00:00:00)
*
@if ($errors->has('duration'))
{{ $errors->first('duration') }}
@endif
{{ __('Preview') }}
{{ __('Upload SCORM') }}
@else
{{ __('Scorm File Duration') }} (00:00:00)
*
@if ($errors->has('duration'))
{{ $errors->first('duration') }}
@endif
{{ __('Upload SCORM file') }}
*
{{ __('No file selected') }} (zip)
@endif
@if(request()->get('scorm-upload') == 1)
{{__('Back')}}
@else
{{__('Back')}}
@endif
{{__('Save and continue')}}
@endsection @push('script') > @endpush