@include('partials.html') @include("partials.title-meta", ["title" => $title]) @include('partials.head-css') @include('sweetalert::alert')
@include('partials.menu', ["title" => $title])
@if (auth()->user()->role == "EMPLOYEE")

This menu display details employee Allowance list by monthly period and ID number

NIKBMD Fullname Allowance Date Meal Allowance Transport Allowance Shift Allowance
@else

This menu display employee Allowance list by monthly period and can be search by ID number

Upload
NIKBMD Fullname Payroll Period Meal Allowance Transport Allowance Shift Allowance Button Action

This menu display details employee Allowance

NIKBMD Fullname Allowance Date Meal Allowance Transport Allowance Shift Allowance Button Action
@endif
@include('partials.footer')
@include('partials.right-sidebar') @include('partials.footer-scripts') @if (auth()->user()->role == 'EMPLOYEE') @else @endif @if (auth()->user()->role != "EMPLOYEE") @endif