@props([ 'course' ])
{{ $course->name }}
{{ $course->Category?->name }}

{{ $course->name }}

@if(request()->segment(3)!='my-favorites')
@endif @if($course->Instructor) instructor

{{$course->Instructor->name}}

{{ $course->Instructor->title }}

@endif
إستكمال الدورة