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

DAVAO MANPOWER, INC.

Payroll Deduction

{{--

{{ $data->client->business_name }} {{ $batch_id }}

--}}

Period Cover: {{ \Carbon\Carbon::parse($data->pay_period_start)->format('F j, Y') }} to {{ \Carbon\Carbon::parse($data->pay_period_end)->format('F j, Y') }}

client({{ $data->client->business_name }}) Payroll Batch: {{ $batch_id }}

@if (session('success'))
{{ session('success') }}
@endif
Employee Name Capital Loans CLoans Mortuary Total Action
@csrf
@include('Admin.Payroll.deduction.modal') @else
You don't have privilege to access this page
@endif @endsection