@extends('layouts.sidebar') @section('title', 'Payroll Deduction') @section('content') @if (in_array('Payroll Checking', $privileges))

Deduction

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
Batch Code Client Period Start Period End Number of Employee Actions
@else
You don't have privilege to access this page
@endif @endsection