@extends('admin.layout') @section('content')

Allowance & Deduction Management

Manage worker allowances and deductions

@if(session('success')) @endif @if ($errors->any()) @endif
Add Allowance
@csrf
Add Deduction
@csrf
Filter Allowance & Deduction
@if(isset($allowances))
Filtered Results
Allowances
@foreach($allowances as $a)
Worker Type Amount
{{ $a->worker->name }}