@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')
{{$fare->distance}} Mph
@lang('user.eta')
{{$fare->time}}
@lang('user.estimated_fare')
{{currency($fare->estimated_fare)}}

@if(Auth::user()->wallet_balance > 0) @lang('user.use_wallet_balance')

@lang('user.available_wallet_balance')
{{currency(Auth::user()->wallet_balance)}}
@endif
@if(Request::get('rental_hours') != '') @endif

@lang('user.payment_method')


@if(Setting::get('CARD') == 1) @if($cards->count() > 0) @endif @endif @if($fare->surge == 1) Note : Due to High Demand the fare may vary!
{{$fare->surge_value}}
@endif