User

{{$company}}

LAPORAN AKUNTANSI

Laporan tanggal : {{date('d F Y', strtotime($report->start))}} - {{date('d F Y', strtotime($report->end))}}

@foreach ($invoice as $index => $item) @endforeach
NO URAIAN DEBET KREDIT
1 Gaji - Rp. {{ number_format($gaji,0,",",".") }}
{{$index + 2}} {{ $item->description }} ({{ $item->partner->name }}) Rp. {{ number_format($item->jumlah,0,",",".") }} -
Subtotal Rp. {{ number_format($total_invoice,0,",",".") }} Rp. {{ number_format($gaji,0,",",".") }}
Selisih Rp. {{ number_format($saldo,0,",",".") }}

Kediri, {{date('d F Y', strtotime($report->created_at)) }}
{{$signature->signature->jabatan}}
User
{{$signature->signature->name}}