@section('title', __('New Taxi Order'))
{{ __('Order Summary') }}
{{ __('Subtotal') }}
{{ currencyFormat($amount ?? 0.0) }}
{{ __('Discount') }}
- {{ currencyFormat($discount ?? 0.0) }}
{{ __('Total') }}
{{ currencyFormat($total_amount ?? 0.0) }}