{{ __('messages.bill.item_name') }} | {{ __('messages.bill.qty') }} | {{ __('messages.bill.price') }} | {{ __('messages.bill.amount') }} |
---|---|---|---|
{{ $billItem->item_name }} | {{ $billItem->qty }} | {{ checkNumberFormat($billItem->price, strtoupper($bill->currency_symbol ?? getCurrentCurrency())) }} | {{ checkNumberFormat($billItem->amount, strtoupper($bill->currency_symbol ?? getCurrentCurrency())) }} |