@extends('web.default.layouts.app') {{-- @extends('web.default.layouts.app',['appFooter' => false, 'appHeader' => false]) --}} @push('styles_top') @endpush @section('content')
{{-- @include('web.default.course.learningPage.components.navbar') --}}
@include('web.default.course.learningPage.components.content')
@endsection @push('scripts_bottom') {{-- First load jQuery and Bootstrap JS --}} {{-- --}} {{-- --}} {{-- Then load VideoJS and its plugins in correct order --}} {{-- Load plugins after VideoJS is defined --}} {{-- Load your custom scripts last --}} {{-- Load file manager scripts --}} {{-- Conditional forum scripts --}} @if (!empty($isForumPage) and $isForumPage or !empty($isForumAnswersPage) and $isForumAnswersPage) @endif @endpush