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

Final Payroll

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