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

{{__('Upload Course')}}

@endsection @section('content')
  • {{ __('Course Overview') }}
  • {{ __('Upload Video') }}
  • {{ __('Instructor') }}
  • {{ __('Submit Process') }}

Finish!

{{__('Cancel')}} @if($course->status == 1) {{ __('Done') }} @else {{ __('Submit for review') }} @endif
@endsection