| {{ $loop->iteration }} |
{{ $saleProduct->created_at->format('d/m/Y H:i:s') }} |
{{ !is_null($saleProduct->customer) ? $saleProduct->customer->name : '' }} |
{{ !is_null($saleProduct->customer) ? $saleProduct->customer->cellphone : '' }} |
{{ number_format($saleProduct->subtotal,2) }} |
{{ number_format($saleProduct->query,2) }} |
{{ number_format($saleProduct->discount,2) }} |
{{ number_format($saleProduct->total,2) }} |
@empty
@endforelse
| Total |
{{ number_format($subtotal,2) }} |
{{ number_format($query,2) }} |
{{ number_format($discount,2) }} |
{{ number_format($total,2) }} |