|
|
{{ $invoice->no }} |
{{ $invoice->created_at->format('d/m/y') }} |
{{ $invoice->created_at->format('H:i') }} |
{{ $invoice->code }} |
{{ $invoice->name }} |
{{-- mz --}}
@if($inv->payment == '')
- |
@else
{{ $inv->payment }} |
@endif
{{ $invoice->kasir->username ?? '-' }} |
{{ $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