{{ ucfirst($course_details->title) }}

@if(is_course_instructor($course_details->id) || auth()->user()->role == 'admin') {{ get_phrase('Manage Course') }} @else {{ get_phrase('My Courses') }} @endif