@foreach($courses as $course)
{{ $course->name }}

{{ \Illuminate\Support\Str::limit($course->name,20) }}

المحاضر: {{ $course->Instructor?->name }}

{{ $course->Category?->name }}
Video Icon {{ $course->curriculum_number }} محاضرات
Clock Icon {{ ceil($course->hours_numbers) }} ساعة
@if(isCompanyType()) عرض سريع Eye Icon @endif
@if(isCompanyType()) @else بدأ الدورة Start Icon @endif
@endforeach