{{ __('messages.account.account') }} | {{ __('messages.invoice.description') }} | {{ __('messages.invoice.qty') }} | {{ __('messages.invoice.price') }} | {{ __('messages.invoice.amount') }} |
---|---|---|---|---|
{{ $invoiceItem->account->name }} | {!! ($invoiceItem->description != '')?nl2br(e($invoiceItem->description)):'N/A' !!} | {{ $invoiceItem->quantity }} | {{ getCurrencySymbol() }} {{ number_format($invoiceItem->price) }} | {{ getCurrencySymbol() }} {{ number_format($invoiceItem->total) }} |