@extends('layouts.sidebar') @section('title', 'Payroll Deduction') @section('content') @if (in_array('Payroll Checking', $privileges))
Deduction
Menu
Deduction
Employee Deduction Settings
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
Batch Code
Client
Payroll Prepared by
Payroll Approved by
Period Start
Period End
Number of Employee
Actions
@else
You don't have privilege to access this page
@endif @endsection