@if(isset($course->{'text_' . $lang}) || $course->points())
{{--
@lang('home.description')
--}}
{!! $course->{'text_' . $lang} !!}
@if($course->points())
@lang('home.What Will You Learn?')
@foreach ($course->points() as $course_point)
{{ $course_point->{'text_' . $lang} }}
@endforeach
@endif
@if($course->mobile)
@endif
@if($course->whatsapp)
@endif
@endif
@lang('home.This course includes')
@lang('home.course_title')
{{ $course->{'name_' . $lang} }}
@if($course->duration)
@lang('home.duration')
{{ $course->duration }}
@endif
@if($course->overall_days)
{{ trans('home.studying_days') }}
{{ $course->overall_days }}
@endif
@if($course->period)
{{ trans('home.course_period') }}
{{ trans('home.'.$course->period) }}
@endif
@if($course->type_id)
@lang('home.training_type')
{{ $course?->type?->{ 'name_' . $lang} }}
@endif
@if($course->teachers())
@endif
@if($course->course_file)
@endif