@extends(getTemplate() . '.layouts.app')
@push('styles_top')
@endpush
@section('content')
{{-- Bootstrap Screen Size Breakpoint Labels --}}
@include('web.default.course.includes._desktop_header')
@include('web.default.course.includes._mobile_header')
{{-- What You'll Learn Section --}}
@include('web.default.course.includes._what_youll_learn')
{{-- End What You'll Learn Section --}}
{{-- Course Includes Section --}}
@include('web.default.course.includes._course_includes')
{{-- Begin Course Content Accordions --}}
@if (!empty($course->chapters) and count($course->chapters))
@include('web.default.course.tabs.contents.chapter')
@endif
{{-- End Course Content --}}
@include('web.default.course.includes._mobile_buy_bar')
@endsection
@push('scripts_bottom')
@if (
!empty($course->creator) and
!empty($course->creator->getLiveChatJsCode()) and
!empty(getFeaturesSettings('show_live_chat_widget')))
@endif
@endpush