@extends('garage.layouts.app') @section('title', $title) @section('content') @include('garage.hr.styles')
| Employee | Amount | Month | Reason | Status | Voucher | Actions |
|---|---|---|---|---|---|---|
|
@if(!empty($r->employee_ledger_id))
{{ $r->employee_name }}
@else
{{ $r->employee_name }}
@endif
{{ $r->employee_code ?: '—' }}
|
{{ number_format((float)$r->amount, 2) }} | {{ $r->month ?: '—' }} | {{ $r->reason ?: '—' }} | @if($r->is_active) Active @else Inactive @endif @if($r->is_recurring) Recurring @endif | @if(!empty($r->garage_voucher_id)) View @else — @endif | |
| No records found. | ||||||