Laporan Uang Masuk
{{ '(' . $fileName . ')' }}

@foreach($data as $d) @endforeach
Tanggal Tipe Sumber Total notes
{{ $d->updated_at->format('d-m-Y') }} {{ app(App\Services\CashFlowLabelService::class)->getTypeLabel($d->type) }} {{ app(App\Services\CashFlowLabelService::class)->getSourceLabel($d->type, $d->source) }} Rp {{ number_format($d->amount, 0, ',', '.') }} {{ $d->notes }}
Total Keseluruhan: Rp {{ number_format( $total_Order_amount, 0, ',', '.') }}