@lang('app.date') | @lang('modules.order.qty') | @lang('modules.order.cash') | @lang('modules.order.upi') | @lang('modules.order.card') | @lang('modules.order.other') | @lang('modules.order.total') |
---|---|---|---|---|---|---|
{{ $item['date'] }} | {{ $item['total_orders'] }} | {{ currency_format($item['cash_amount']) }} | {{ currency_format($item['upi_amount']) }} | {{ currency_format($item['card_amount']) }} | {{ currency_format($item['other_amount']) }} | {{ currency_format($item['total_amount']) }} |
@lang('messages.noItemAdded') |