@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') @if((!empty($isForumPage) and $isForumPage) or (!empty($isForumAnswersPage) and $isForumAnswersPage)) @endif @endpush