@extends('components.web.main') @section('content')
{{-- Sidebar --}} {{-- Main Content --}}
@if ($currentVideo)
{{-- This could be a real video player --}}

{{-- Tabs Navigation --}}
{{-- Tabs Content --}}
{{-- Tab 1: Lesson Info --}}

{{-- Tab 2: Ratings --}}
@include('partials.ratings-section')
{{-- Tab 3: AI Assistant --}}
@include('partials.ai-assistant_section')
{{-- Tab 4: Quiz --}} @include('partials.quiz-section')
@else

لا توجد دروس في هذه الدورة بعد.

يرجى التحقق مرة أخرى قريبًا.

@endif
@endsection