Potong Cashbon
@forelse($cashbons as $cashbon) @empty @endforelse
ID Cashbon Tanggal Cashbon Keterangan Nilai Sudah Dipakai Nilai Sisa Akan Digunakan
{{ $cashbon->number }} {{ date_format(date_create($cashbon->created), 'd M Y') }} @if (empty($cashbon->description)) {{ '-' }} @else {{ mb_strimwidth(strip_tags($cashbon->description), 0, 30, '...') }} @endif Rp{{ number_format($cashbon->amount, 0, ',', '.') }} Rp{{ number_format($cashbon->used, 0, ',', '.') }} Rp{{ number_format($cashbon->amount - $cashbon->used, 0, ',', '.') }}
@csrf
Tidak ada komponen yang bisa ditambahkan