@extends('garage.layouts.app') @section('title', 'Allowances setup') @section('content') @include('garage.hr.styles')
| Name | Type | Default amount | Status | Actions |
|---|---|---|---|---|
| {{ $d->name }} | {{ ucfirst($d->allowance_type) }} | {{ number_format((float) $d->default_amount, 2) }} | @if($d->is_active) Active @else Inactive @endif |
|
| No allowance definitions found. | ||||