@extends('user.layout.base') @section('title', 'Ride Confirmation ') @section('styles') @endsection @section('content')

@lang('user.ride.ride_now')

@include('common.notify')
{{ csrf_field() }}
@lang('user.type')
{{$service->name}}
@lang('user.total_distance')
{{distance($fare->distance)}}
@lang('user.eta')
{{$fare->time}}
@lang('user.estimated_fare')
{{currency($fare->estimated_fare)}}
@lang('user.promocode')
{{currency()}}

@lang('user.total')
{{currency($fare->estimated_fare - 0)}}

@if(Request::get('rental_hours') != '') @endif

@lang('user.promocode')


@lang('user.payment_method')


@if(Setting::get('CARD') == 1) @if($cards->count() > 0) @endif @endif @if($fare->surge == 1) @lang('user.demand_node')
{{$fare->surge_value}}
@endif @if(Setting::get("CARD")==1 || Setting::get("CASH")==1) @endif