{{ app()->getLocale() == 'en' ? $translations['upcoming_batch_details']['value_en'] : $translations['upcoming_batch_details']['value_ar'] }}
| {{ app()->getLocale() == 'en' ? $translations['duration']['value_en'] : $translations['duration']['value_ar'] }} | {{ app()->getLocale() == 'en' ? $translations['course_time']['value_en'] : $translations['course_time']['value_ar'] }} | {{ app()->getLocale() == 'en' ? $translations['days']['value_en'] : $translations['days']['value_ar'] }} |
|---|---|---|
| {{ $batch->duration }} {{ app()->getLocale() == 'en' ? $translations['hours']['value_en'] : $translations['hours']['value_ar'] }} | {{ $batch->start_time }} - {{ $batch->end_time }} | {{ $batch->name != '' && $batch->name != 'null' ? $batch->name : '' }} |
No Upcoming Batches Available!
{{ app()->getLocale() == 'en' ? $translations['course_fees']['value_en'] : $translations['course_fees']['value_ar'] }}
@if ($courseData->discount == 'yes'){{ $courseData->discount_fee }}
{{ $courseData->fee }}
@else{{ $courseData->fee }}
@endif{{ app()->getLocale() == 'en' ? $translations['join_demo_class_now']['value_en'] : $translations['join_demo_class_now']['value_ar'] }}
@endif