@include('components.seo')

{{$course->name}}

@if(!$this->episode->type == '0') @if(!auth()->check() || !$course->isPurchased() || auth()->user()->is_active == '0')

برای دسترسی به این بخش لطفا وارد حساب کاربری خود شوید و یا دوره را خریداری کرده و حساب کاربری خود را فعال کنید.

@endif @endif
@guest

جهت دانلود فایل های ضمینه وارد اکانت شوید

@endguest @auth @foreach($this->episode->media as $file) @if($showButton) @endif @if($downloadButton) @endif @endforeach @endauth
{!! $this->episode->description !!}

سوالات دانشجویانی که در دوره شرکت کرده اند

@foreach($tickets as $ticket)
@if($ticket->user->avatar) @else
@endif @if($ticket->user->name) {{$ticket->user->name}} @else بدون نام @endif

{{$ticket->title}}

@foreach($ticket->response as $ttt) dew @endforeach

@endforeach

سر فصل های دوره {{$course->name}}

@foreach($this->course->sections as $section)

{{$section->name}}

@endforeach