{{$profile['name']}}
{{$profile['address']}}
{{$profile['hp']}}
{{$profile['email']}}
No : {{$invoice['invoice']}}
Tgl: {{$invoice['created_at']}}
Kasir: Admin
Customer : {{$customer}}
Payment Method : {{$type_payment}}
@php
$total = 0;
$grandTotal = $total_after_ppn
@endphp
@foreach($detail as $d)
@php
$subtotal = $d->qty_out * $d->price_sell;
$total += $subtotal;
@endphp
| {{ $d->name }} |
|
{{ $d->qty_out }} x {{ number_format($d->price_sell,0,',','.') }}
|
{{ number_format($d->qty_out * $d->price_sell ,0,',','.') }}
|
@endforeach
@php
$ppnPersen = ($total * $ppn) / 100;
@endphp
| Total |
{{ number_format($total,0,',','.') }} |
| PPN {{ $ppn }}% |
{{ number_format($ppnPersen,0,',','.') }} |
| Grand Total |
{{ number_format($grandTotal,0,',','.') }} |
Terima Kasih
Barang yang sudah dibeli
tidak dapat dikembalikan