@if (!Route::is(['instructor-profile', 'student-profile', 'instructor-edit']))
@if (!Route::is(['help-center']))

{{ $title }}

@endif @if (Route::is(['help-center']))

{{ $title }}

{{ $li1 }}

@endif
@endif @if (Route::is(['instructor-profile', 'instructor-edit']))

{{ $title }}Beginner

{{ $li1 }}

@endif @if (Route::is(['student-profile']))
Profile Avatar

{{ $title }}Beginner

{{ $li1 }}

@endif