@php $sections = App\Models\Section::where('course_id', $id)->orderBy('sort')->get(); @endphp
{{ get_phrase('Lesson type') }}: @if ($lesson_type == 'html5') {{ get_phrase('Video url') . ' [.mp4]' }} @elseif ($lesson_type == 'video') {{ get_phrase('Video file') }} @elseif ($lesson_type == 'youtube' || $lesson_type == 'academy cloud' || $lesson_type == 'vimeo') {{ ucfirst(get_phrase($lesson_type)) }} {{ get_phrase('Video') }} @elseif($lesson_type == 'google_drive_video') {{ get_phrase('Google drive video') }} @elseif($lesson_type == 'document') {{ get_phrase('Document file') }} @else {{ ucfirst($lesson_type) }} @endif {{ get_phrase('Change') }}