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