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

{{__('Upload Course')}}

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

Finish!

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