جدید ترین دوره ها

@foreach($courses as $course)
{{$course->name}}
{{jdate($course->updated_at)->ago()}}

قیمت دوره

@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'))

{{$course->price}}

{{number_format($course->discount)}}

@else @if($course->price)

{{number_format($course->price)}}

@else رایگان @endif @endif

{{$course->short_description}}

@endforeach
مشاهده همه دوره ها