|
|
{{ $invoice->invoice }} |
{{ $invoice->created_at->format('d/m/y') }} |
{{ $invoice->created_at->format('H:i') }} |
{{ $invoice->code }} |
{{ $invoice->name }} |
@if ($udf)
@foreach ($field as $fld)
{{ $invoice->item->$fld ?? '-' }} |
@endforeach
@endif
{{-- mz --}}
@if ($inv->payment == '')
- |
@else
{{ $inv->payment }} |
@endif
{{ $invoice->kasir->name }} |
{{ $invoice->sales->name }} |
{{ $invoice->qty }} |
{{ $invoice->qty * $invoice->nprice }} |
{{ ($invoice->nprice - $invoice->price) * $invoice->qty }} |
{{ $invoice->qty * $invoice->nprice - ($invoice->nprice - $invoice->price) * $invoice->qty }}
|
@endforeach
@endforeach