| {{ $loop->iteration }} |
{{ formatted_date($profit->saleDate) }} |
{{ $profit->invoiceNumber }} |
{{ $profit->party->name ?? '' }} |
{{ currency_format($profit->totalAmount, currency: business_currency()) }} |
{{ $profit->lossProfit > 0 ? currency_format($profit->lossProfit, currency: business_currency()) : '' }}
|
{{ $profit->lossProfit < 0 ? currency_format(abs($profit->lossProfit), currency: business_currency()) : '' }}
|
@endforeach