@extends('web.layouts.container')
@section('css')
@endsection
@section('content')
{!! $course->description !!} السعر مدة الدورة
@foreach($allDays as $day)
{{ucfirst(__('courses.'.$day))}}
@endforeach
{{-- {{$course->days}}--}}
تاريخ البداية تاريخ الإنتهاء عدد الأسابيع {{array_key_exists('testimonials_desc_'.getCurrentLocale(), settings()) ? settings('testimonials_desc_'.getCurrentLocale()) : __('settings.testimonials_desc')}}{{$course->name}}
{{$course->price}} ريال
{{$course->hours}}ساعة
{{count($allDays)}} أيام
{{date('d', strtotime($course->start_date))}} {{date('M Y', strtotime($course->start_date))}}
{{date('d', strtotime($course->end_date))}} {{date('M Y', strtotime($course->end_date))}}
{{$course->weeks}}أسبوع
ماذا سنتعلم من الدورة؟
المدرب
@if(count($faqs))
أسئله شائعه
@foreach($faqs as $faq)
{{$faq->question}}
محتوى الدوره
@if(count($unitsWithLectures))
@foreach($unitsWithLectures as $unitName => $lectures)
{{$unitName}}
{{$lecture['lecture_name']}}
ارآء العملاء
--}}
{{array_key_exists('testimonials_title_'.getCurrentLocale(), settings()) ? settings('testimonials_title_'.getCurrentLocale()) : __('settings.testimonials_title')}}
هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص
--}}