@extends('layouts.app') @section('page-content')
| {{ __('Name') }} | {{ __('Amount') }} | {{ __('Action') }} |
|---|---|---|
| {{ $allowance->name }} | {{ LocaleSettings('currency_symbol').' '. $allowance->amount }} | @include('pages.payroll.allowances.actions', ['id' => $allowance->id])