@lang('modules.delivery.dueToCollect')
{{ currency_format($totals['due_collection_total'], restaurant()->currency_id) }}
{{ trans_choice('modules.delivery.ordersCountLabel', $totals['due_collection_orders'], ['count' => $totals['due_collection_orders']]) }}
@lang('modules.delivery.readyForSettlement')
{{ currency_format($totals['ready_settlement_total'], restaurant()->currency_id) }}
{{ trans_choice('modules.delivery.ordersCountLabel', $totals['ready_settlement_orders'], ['count' => $totals['ready_settlement_orders']]) }}
@lang('modules.delivery.submittedForApproval')
{{ currency_format($totals['submitted_settlement_total'], restaurant()->currency_id) }}
{{ trans_choice('modules.delivery.ordersCountLabel', $totals['submitted_settlement_orders'], ['count' => $totals['submitted_settlement_orders']]) }}
@lang('modules.delivery.totalSettled')
{{ currency_format($totals['settled_total'], restaurant()->currency_id) }}
{{ trans_choice('modules.delivery.ordersCountLabel', $totals['settled_orders'], ['count' => $totals['settled_orders']]) }}
@lang('modules.delivery.collectedToday')
{{ currency_format($totals['collected_today_total'], restaurant()->currency_id) }}
{{ trans_choice('modules.delivery.ordersCountLabel', $totals['collected_today_orders'], ['count' => $totals['collected_today_orders']]) }}
@lang('modules.delivery.totalCodOrders')
{{ currency_format($totals['total_cod_amount'], restaurant()->currency_id) }}
{{ trans_choice('modules.delivery.ordersCountLabel', $totals['total_cod_orders'], ['count' => $totals['total_cod_orders']]) }}