@extends('frontend.layouts.app') @push('headScript') @endpush @section('content')

{{ $course->name }}

جميع المحاضرات
@foreach($course->Sections as $section)
@foreach($section->Curriculums as $curriculum) @endforeach @foreach($section->Resources as $resource)
تحميل Download Icon
{{ $resource->name }} {{ $resource->description }}
{{file_exists(public_path('assets/images/'.$resource->file))?formatFilesize(filesize(public_path('assets/images/'.$resource->file))):''}}
PDF Icon
@endforeach
@endforeach
{{--
--}} {{-- Course Video--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- 14:00--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}}
{{ $course->name }}
المحاضر: {{ $course->Instructor?->name }}
{{ $course->Instructor?->title }}
مهارات تكتسب من الدورة التدريبية
@foreach($course->Tags as $tag)
{{ $tag->name }}
@endforeach
المحاضرة {{ $course->Sections()->where('id', '<=', $currentCurriculum->section_id)->orderBy('sort','ASC')->count() }} من {{ $course->Sections()->count() }}
{{ $currentCurriculum->Section?->name }} - {{ $currentCurriculum->name }} {{ $currentCurriculum->description }}
@if(hasCourse($course->id))
@endif
عند استكمال المحاضرات جميعا ستخضع لإختبار و يجب ان تحوذ علي الاقل 60%
@if($nextCurriculum) @endif

محتوي الدورة

{!! $course->description !!}
@endsection @push('footerScript') @endpush