@if($current_page=="attendance")
Attendance Report
@elseif($current_page=="policy")
Policy/Forms
@elseif($current_page=="policy_type")
Policy/Forms Type
@elseif($current_page=="view_policy")
View Policy/Forms
@else
{{ Route::current()->getName()}}
@endif
- Home
@if($current_page=="myattendance" || $current_page=="myteamattendance" || $current_page=="regularisation")
- Attendance
@elseif($current_page=="attendance" || $current_page=="detailedattendance" || $current_page=="attendance_summary")
- Attendance
- Reports
@elseif($current_page=="weekoff")
- Calendar
@elseif($current_page=="policy" || $current_page=="policy_type" || $current_page=="view_policy" )
- Policy
@elseif($current_page=="department" || $current_page=="designation")
- Master
@elseif($current_page=="leaves" || $current_page=="leave_type" || $current_page=="leave_credits" || $current_page=="approve_credits" )
- Leave
@endif
@if($current_page=="attendance")
- Attendance Report
@elseif($current_page=="policy")
- Policy/Forms
@elseif($current_page=="policy_type")
- Policy/Forms Type
@elseif($current_page=="view_policy")
- View Policy/Forms
@else
- {{ Route::current()->getName()}}
@endif
@yield('content')