@include('components.seo')
{{$course->name}}

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

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

{{$section->name}}

تعداد درس :{{count($section->videos)}}
@endforeach
{!! $course->description !!}

{{$course->name}}

هزینه آموزش

@if($course->price) @if($course->discount && \Carbon\Carbon::parse($course->time_out_discount)->format('Y-m-d H-i-s') > \Carbon\Carbon::now()->format('Y-m-d H-i-s')) {{number_format($course->price)}} @else {{number_format($course->price)}} @endif @else رایگان @endif
@if($course->discount && \Carbon\Carbon::parse($course->time_out_discount)->format('Y-m-d H-i-s') > \Carbon\Carbon::now()->format('Y-m-d H-i-s'))

تخفیف

% {{round((($course->price - $course->discount) / $course->price) * 100)}}
{{number_format($course->discount)}}
@endif

مدت زمان دوره

{{$course->duration_of_the_course}}

تعداد سرفصل

{{count($course->sections)}} سرفصل

پشتیبانی

پرسش و پاسخ

تعداد دانشجو

{{count($course->PurchasedCourses)}} نفر

@if($course->course_instructor->avatar) @else
@endif

مدرس دوره

{{$course->course_instructor->name}} {!! $course->course_instructor->description !!}
@foreach($latestCourses as $latestCourse)

{{$latestCourse->name}}

@endforeach