@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}}
@if($fare->service_required == 'normal' || $fare->service_required == 'outstation')
@lang('user.total_distance')
{{$fare->distance}} Kms
@lang('user.eta')
{{$fare->time}}
@lang('user.estimated_fare')
{{currency($fare->estimated_fare)}}
@else {{--
@lang('user.time_charge')
{{currency($fare->time_charge)}}
--}} @if($fare->rental_package)
Rental Package
{{$fare->rental_package->hour}}Hrs - {{$fare->rental_package->km}}Kms - {{$fare->rental_package->price}}Rs
@endif @endif
@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('day') != '') @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