Store Settlement
Food subtotal
{{ $currencySymbol }}{{ number_format((float) $order->subtotal, $currencyDecimals) }}
Store commission ({{ $formatRule($financials['restaurant_commission_type'], $financials['restaurant_commission_value']) }})
-{{ $currencySymbol }}{{ number_format($financials['restaurant_commission'], $currencyDecimals) }}
GST on store commission-{{ $currencySymbol }}{{ number_format($financials['gst_on_commission'], $currencyDecimals) }}
Online payment gateway fee-{{ $currencySymbol }}{{ number_format($financials['payment_gateway_fee'], $currencyDecimals) }}
Net store earning
{{ $currencySymbol }}{{ number_format($financials['restaurant_earning'], $currencyDecimals) }}
Driver Settlement
Delivery earning base{{ $currencySymbol }}{{ number_format($financials['driver_base'], $currencyDecimals) }}
Driver commission ({{ $formatRule($financials['driver_commission_type'], $financials['driver_commission_value']) }})-{{ $currencySymbol }}{{ number_format($financials['driver_commission'], $currencyDecimals) }}
Batch bonus+{{ $currencySymbol }}{{ number_format($financials['batch_bonus'], $currencyDecimals) }}
Net driver earning{{ $currencySymbol }}{{ number_format($financials['driver_earning'], $currencyDecimals) }}
Platform Allocation
Customer platform charge{{ $currencySymbol }}{{ number_format((float) $order->platform_fee, $currencyDecimals) }}
Branch commission{{ $currencySymbol }}{{ number_format($financials['branch_commission'], $currencyDecimals) }}
Admin earning{{ $currencySymbol }}{{ number_format($financials['admin_earning'], $currencyDecimals) }}
Restaurant payout: {{ $order->restaurant_payout_id ? '#' . $order->restaurant_payout_id : 'Pending' }} ยท Driver payout: {{ $order->driver_payout_id ? '#' . $order->driver_payout_id : 'Pending' }}