{{$profile['name']}}
{{$profile['address']}}
{{$profile['hp']}}
{{$profile['email']}}
No : {{$invoice['invoice']}}
Tgl: {{$invoice['created_at']}}
Kasir: Admin
@php
$total = 0;
@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
| Total |
{{ number_format($total,0,',','.') }} |
Terima Kasih
Barang yang sudah dibeli
tidak dapat dikembalikan