@extends('layouts.pages') @section('PageTitle') {{$page_title}} @endsection @section('meta_description') {{$description}} @endsection @section('content')
  • {{$course->title}}

  • {{$course->description}}

پیش نمایش
  • هزینه ثبت نام : @if(intval($course->cost) > 0) {{number_format(intval($course->cost))}}تومان @else رایگان @endif

    • مشخصات دوره

    دسته بندی {{ $course->group }} کد دوره {{ $course->course_key }}
    نوع دوره {{ $course->type }} نوع برگزاری {{ $course->level }}
    گواهی پایان دوره @if($course->certificate == 1) {{ $course->certificate_title }} @else ندارد @endif هزینه ثبت نام @if(intval($course->cost) > 0) {{number_format(intval($course->cost))}}تومان @else رایگان @endif
    مدت دوره {{ $course->duration }} روز
    تاریخ شروع {{\App\Traits\Date::dateView($course->date_start , $lang)}} تاریخ پایان {{\App\Traits\Date::dateView($course->date_end , $lang)}}
    تاریخ امتحان @if($course->date_quiz != '') {{\App\Traits\Date::dateView($course->date_quiz , $lang)}} @else - @endif مهلت ثبت نام @if($course->date_register != '') {{\App\Traits\Date::dateView($course->date_register , $lang)}} @else - @endif
    {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
    --}} {{-- --}} {{-- اهداف دوره--}} {{--
    --}} {{-- نفر--}} {{--
    --}} {{-- --}} {{-- مفاد درسی--}} {{--
    --}} {{-- نفر--}} {{--
    --}} {{-- --}} {{-- پیش نیاز--}} {{--
    --}} {{-- نفر--}} {{--
    --}} {{-- --}} {{-- وسایل مورد نیاز--}} {{--
    --}} {{-- نفر--}} {{--
    --}}
    • {{$course->title}}
    • محل برگزاری

    • مدرسان

    • @foreach($teachers as $teacher) @if($teacher->avatar == 0) {{ $teacher->first_name.' '.$teacher->last_name }} @else {{ $teacher->first_name.' '.$teacher->last_name }} @endif @endforeach
    @endsection @section('footer') @endsection