-
@if(count($allPayedCourses))
- الكل @foreach($allPayedCourses as $category_name => $category)
- {{$category_name}} @endforeach @endif
@if(count($allPayedCourses))
@foreach($allPayedCourses as $allPayedCourse)
@foreach($allPayedCourse as $PayedCourse)
{{$PayedCourse['category_name']}}
@if(in_array($PayedCourse['course_type'], ['payed']))
@endforeach
@endforeach
@endif
{{$PayedCourse['instructor_name']}}
{{$PayedCourse['name']}}
( {{$PayedCourse['evaluate_count']}} تقييم )
{{$PayedCourse['price']}} SAR
- يبدأ من {{date('d F', strtotime($PayedCourse['start_date']))}} وينتهى {{date('d F', strtotime($PayedCourse['end_date']))}}
-
أيام الأسبوع
@php /** @var TYPE_NAME $PayedCourse */ $allDays = explode(', ', $PayedCourse['days']); @endphp @foreach($allDays as $day) {{__('courses.'.$day)}} @endforeach {{-- ({{str_replace(',', ' ', $allPayedCourse->days)}})--}}
- دورة مسجلة
- ساعات الدورة{{$PayedCourse['hours']}}
@foreach($ourCourses as $ourCourse)
{{$categoryName}}
@if(in_array($ourCourse['course_type'], ['payed']))
@endforeach
{{$ourCourse['instructor_name']}}
{{$ourCourse['name']}}
( {{$ourCourse['evaluate_count']}} تقييم )
{{$ourCourse['price']}} SAR
- يبدأ من {{date('d F', strtotime($ourCourse['start_date']))}} وينتهى {{date('d F', strtotime($ourCourse['end_date']))}}
-
أيام الأسبوع
@php /** @var TYPE_NAME $ourCourse */ $allDays = explode(', ', $ourCourse['days']); @endphp @foreach($allDays as $day) {{__('courses.'.$day)}} @endforeach {{-- ({{str_replace(',', ' ', $allPayedCourse->days)}})--}}
- دورة مسجلة
- ساعات الدورة{{$ourCourse['hours']}}