@extends('layouts.app') @push('css') @endpush @section('title', 'Payroll Management') @section('panel-actions') @if(auth()->user()->canAccess('payroll.process')) Monthly Processor Generate Payslip @endif @endsection @section('content')
Total Net Payout {{ \App\Models\BusinessSetting::firstOrNewDefault()->currency_symbol }}0.00
Total Deductions {{ \App\Models\BusinessSetting::firstOrNewDefault()->currency_symbol }}0.00
Records Found 0
Gross Earnings {{ \App\Models\BusinessSetting::firstOrNewDefault()->currency_symbol }}0.00

Payroll History Filter

Processed Payslips

@if(auth()->user()->canAccess('payroll.export')) @endif
Employee Month/Year Basic Pay Gross Earnings Gross Deductions Net Pay Action
@endsection @section('modals') @endsection @push('scripts') @endpush