@forelse($cashbons as $cashbon) @empty @endforelse
ID Cashbon Keterangan Nilai Sudah Dipakai Digunakan Pada Payroll Ini Sisa Catatan  
{{ $cashbon->cashbon->number }} {{ mb_strimwidth(strip_tags($cashbon->cashbon->description), 0, 200, '...') }} Rp{{ number_format($cashbon->cashbon->amount, 0, ',', '.') }} Rp{{ number_format($cashbon->cashbon->used, 0, ',', '.') }} @if ($detail->status->id <= 1) @else Rp{{ number_format($cashbon->used_here, 0, ',', '.') }} @endif Rp{{ number_format($cashbon->cashbon->amount - $cashbon->cashbon->used, 0, ',', '.') }} @if ($detail->status->id <= 3) @else {!! nl2br($cashbon->note) !!} @endif @if ($detail->status->id <= 1) @endif
Belum ada data.