@if (auth()->user()->role_id == 1 || auth()->user()->role_id == 2)
{{ substr($p->section->course->name, 0, 35) }}
View | Edit