@extends('designs::layout.main') @section('content')
{{ $course->alt_image }}
@foreach ($course->album?->images ?? [] as $coure_related_album)
{{ $coure_related_album->alt_image }}
@endforeach
@if ($course->getTranslation('short_desc', $lang))
{!! $course->getTranslation('short_desc', $lang) !!}
@endif
  • @lang('home.course_title')

    {{ $course->name }}
  • @if ($course->overall_time)
  • @lang('home.overall_time')

    {{ $course->overall_time . ' ' . __('home.hour') }}
  • @endif @if ($course->overall_days)
  • @lang('home.overall_days')

    {{ $course->overall_days . ' ' . __('home.day') }}
  • @endif
  • @lang('home.course_type')

  • @if ($course->last_training && $course->show_last_training)
  • @lang('home.nearest_start_date')

  • @endif @if ($course->instructors->count()>0)
  • @lang('home.instructors')

  • @endif

@lang('home.about_course')

{!! html_entity_decode($course->long_desc) !!}
@if (!empty($course->course_file)) @endif @if ($course->public_reviews->count() > 0)

@lang('home.reviews') ({{ $course->public_reviews->count() }})

    @foreach ($course->public_reviews ?? [] as $course_review)