@if(Route::is(['clients-list','employees-list','project-list']))
@endif
@if(Route::is(['clients']))
@endif
@if(Route::is(['employees']))
@endif
@if(Route::is(['projects']))
@endif
@if(!Route::is(['experience-level','performance-appraisal','performance-indicator','','policies','project-list','projects','provident-fund','Add Promotion','resignation','sub-category','subscriptions','taxes','termination','timesheet','trainers','training-type','training','budget-expenses','budget-revenues','budgets','calender','categories','candidates','departments','designations','employees-list','employees','goal-tracking','goal-type','holidays','jobs','promotion']))
{{ $title }}
@endif
@if(Route::is(['experience-level']))
{{ $title }}
@endif
@if(Route::is(['candidates','employees-list','employees']))
{{ $title }}
@endif
@if(Route::is(['calender']))
{{ $title }}
@endif
@if(Route::is(['departments']))
{{ $title }}
@endif
@if(Route::is(['designations']))
{{ $title }}
@endif
@if(Route::is(['promotion']))
{{ $title }}
@endif
@if(Route::is(['goal-tracking']))
{{ $title }}
@endif
@if(Route::is(['goal-type']))
{{ $title }}
@endif
@if(Route::is(['holidays']))
{{ $title }}
@endif
@if(Route::is(['performance-appraisal']))
{{ $title }}
@endif
@if(Route::is(['performance-indicator']))
{{ $title }}
@endif
@if(Route::is(['policies']))
{{ $title }}
@endif
@if(Route::is(['project-list','projects']))
{{ $title }}
@endif
@if(Route::is(['provident-fund']))
{{ $title }}
@endif
@if(Route::is(['resignation']))
{{ $title }}
@endif
@if(Route::is(['budget-expenses','budget-revenues','budgets','sub-category','categories']))
{{ $title }}
@endif
@if(Route::is(['subscriptions']))
{{ $title }}
@endif
@if(Route::is(['taxes']))
{{ $title }}
@endif
@if(Route::is(['jobs']))
{{ $title }}
@endif
@if(Route::is(['termination']))
{{ $title }}
@endif
@if(Route::is(['timesheet']))
{{ $title }}
@endif
@if(Route::is(['trainers']))
{{ $title }}
@endif
@if(Route::is(['training-type']))
{{ $title }}
@endif
@if(Route::is(['training']))
{{ $title }}
@endif