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

Payroll Creation

@if (in_array('Create Payroll', $privileges)) @endif
@include('Admin.Payroll.modal')
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
Batch Code Client Pay Period Start Pay Period End Number of Employee Actions
@else
You don't have privilege to access this page
@endif @endsection