@extends('layouts.content') @section('body_content') Selamat datang, {{ auth()->user()->name }} {{-- live attendance --}} @include('dashboard.live_attendance.index') History Absensi History your absensi in here @if (auth()->user()->roles->accessLevel->name === 'HR-Manager' || auth()->user()->roles->accessLevel->name === 'Developer' || auth()->user()->roles->accessLevel->name === 'Director' || auth()->user()->roles->accessLevel->name === 'Supervisor' || auth()->user()->roles->accessLevel->name === 'Manager') Attendances Team History your Team @endif @if (config('app.app_feature_forgot_attendance')) Perbaikan Absensi List pengajuan perbaikan absensi @endif @if (auth()->user()->is_shift === 'Shift') Shift Schedule you can check your shift schedule in here @endif Job Description Review your job responsibilities and tasks here. @if (!config('app.app_for_is_alkes')) Standard Operating Procedure View your Standard Operating Procedures here. @endif @include('dashboard.popup.show_popup_notification') @if (config('app.app_for_is_alkes') && config('app.app_implement_company_regulation')) @include('company_regulations.modals.notification') @endif @include('surveys.modals.popup_survey_modal') {{-- --}} {{-- --}} {{-- --}} {{-- --}} @push('scripts') @if (config('app.app_for_is_alkes') && config('app.app_implement_company_regulation')) @endif @endpush @endsection