@extends('web.layouts.container') @section('css') @endsection @section('header')

عين المبدع

منصة رقمية لتطوير المعلمين والطلاب

@if(count($categories)) @foreach($categories as $category) @endforeach @endif
@endsection @section('content')

{{array_key_exists('training_course_title_'.getCurrentLocale(), settings()) ? settings('training_course_title_'.getCurrentLocale()) : __('settings.training_course_title')}}

{{array_key_exists('training_course_desc_'.getCurrentLocale(), settings()) ? settings('training_course_desc_'.getCurrentLocale()) : __('settings.training_course_desc')}}

@if(count($allPayedCourses)) @foreach($allPayedCourses as $allPayedCourse) @foreach($allPayedCourse as $PayedCourse)
{{$PayedCourse['category_name']}}
{{$PayedCourse['instructor_name']}}

{{$PayedCourse['name']}}

( {{$PayedCourse['evaluate_count']}} تقييم )

{{$PayedCourse['price']}} SAR

@if(in_array($PayedCourse['course_type'], ['payed']))
  • يبدأ من {{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)}})--}}
@endif @if(in_array($PayedCourse['course_type'], ['record_payed']))
  • دورة مسجلة
  • ساعات الدورة{{$PayedCourse['hours']}}
@endif
@endforeach @endforeach @endif
@foreach($allPayedCourses as $categoryName => $ourCourses)
@foreach($ourCourses as $ourCourse)
{{$categoryName}}
{{$ourCourse['instructor_name']}}

{{$ourCourse['name']}}

( {{$ourCourse['evaluate_count']}} تقييم )

{{$ourCourse['price']}} SAR

@if(in_array($ourCourse['course_type'], ['payed']))
  • يبدأ من {{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)}})--}}
@endif @if(in_array($ourCourse['course_type'], ['record_payed']))
  • دورة مسجلة
  • ساعات الدورة{{$ourCourse['hours']}}
@endif
@endforeach
@endforeach

{{array_key_exists('free_course_title_'.getCurrentLocale(), settings()) ? settings('free_course_title_'.getCurrentLocale()) : ''}}

{{array_key_exists('free_course_desc_'.getCurrentLocale(), settings()) ? settings('free_course_desc_'.getCurrentLocale()) : ''}}

@foreach($freeCourses as $freeCourse)
{{$freeCourse->category_name}}
{{$freeCourse->instructor_name}}

{{$freeCourse->name}}

( {{$freeCourse->evaluate_count}} تقييم )
@if(in_array($freeCourse->course_type, ['free']))
  • دورة مجانية
  • ساعات الدورة{{$freeCourse->hours}}
@endif
@endforeach

{{array_key_exists('honor_number_title_'.getCurrentLocale(), settings()) ? settings('honor_number_title_'.getCurrentLocale()) : __('settings.honor_number_title')}}

{{array_key_exists('honor_number_desc_'.getCurrentLocale(), settings()) ? settings('honor_number_desc_'.getCurrentLocale()) : __('settings.testimonials_desc')}}

+ {{$students}}

طالب سعيد

+ {{$hours}}

ساعه

+ {{$course}}

دوره

+ {{$videos}}

فيديو

شركاء النجاح

@if(count($partners)) @foreach($partners as $partner)
{{$partner->name}}
{!! $partner->description !!}
@endforeach @endif

{{array_key_exists('testimonials_title_'.getCurrentLocale(), settings()) ? settings('testimonials_title_'.getCurrentLocale()) : __('settings.testimonials_title')}}

{{array_key_exists('testimonials_desc_'.getCurrentLocale(), settings()) ? settings('testimonials_desc_'.getCurrentLocale()) : __('settings.testimonials_desc')}}

@if(count($testimonials)) @foreach($testimonials as $testimonial)
{{$testimonial->name}}

{{$testimonial->job_title}}

{!! $testimonial->comment !!}
@endforeach @endif

إشترك معنا
في النشرة البريدية

@endsection @section('inner_js') @endsection