@section('title', __('New Taxi Order'))
{{-- customer --}} {{-- payment method --}} {{-- pickup address --}} {{-- dropoff address --}} {{-- vehicle types --}}

{{ __('Order Summary') }}



{{-- amounts --}}

{{ __('Subtotal') }}

{{ currencyFormat($amount ?? 0.0) }}

{{ __('Discount') }}

- {{ currencyFormat($discount ?? 0.0) }}


{{ __('Total') }}

{{ currencyFormat($total_amount ?? 0.0) }}


{{-- create order button --}}
{{ __('Create Order') }}