<%- include('./partials/head'); -%> <%- include('./partials/header_sidebar'); -%>

<%=lan.Ride%> <%=lan.Detail%>

<%=lan.Rider%> <%=lan.Information%>

<%=lan.Name%> :- <%=rd.cname%>

<%=lan.Email%> :- <%=rd.cemail%>

<%=lan.Mobile%> <%=lan.Number%> :- <%=rd.cccode%> <%=rd.cphone%>

<%=lan.Total%> <%=lan.Ride%> :- <%=rd.tot_order%>
<%=lan.Driver%> <%=lan.Information%>

<%=lan.Name%> :- <%=rd.dfname%> <%=rd.dlname%>

<%=lan.Email%> :- <%=rd.demail%>

<%=lan.Mobile%> <%=lan.Number%> :- <%=rd.dpcode%> <%=rd.dpnumber%>

<%=lan.Secoundary%> <%=lan.Mobile%> <%=lan.Number%> :- <%=rd.dscode%> <%=rd.dsnumber%>
<%=lan.Ride%> <%=lan.Information%>

<%=lan.Ride%> <%=lan.Id%>
#<%=rd.id%>
<%=lan.Amount%>
<%=rd.price%>
<%=lan.Service%>
<%=rd.vehicle_name%>
<%=lan.Status%>
<% if (rd.status == '0') { %> <%=lan.New%> <%=lan.Ride%> <% } else if (rd.status == '1') { %> <%=lan.Accept%> <%=lan.Ride%> <% } else if (rd.status == '2') { %> <%=lan.Arrived_at_the_location%> <% } else if (rd.status == '3') { %> <%=lan.Confirm%> <%=lan.Ride%> <% } else if (rd.status == '4') { %> <%=lan.Ride%> <%=lan.Cancel%> <% } else if (rd.status == '5') { %> <%=lan.Ride%> <%=lan.Start%> <% } else if (rd.status == '6') { %> <%=lan.Ride%> <%=lan.End%> <% } else if (rd.status == '7') { %> <%=lan.Waiting%> <%=lan.Payment%> <% } else if (rd.status == '8') { %> <%=lan.Complete%> <% }; %>
<%=lan.Ride%> <%=lan.Type%>
<% if (rd.bidding_status == '1') { %> <%=lan.Bidding%> <% } else { %> <%=lan.Normal%> <% }; %>
<%=lan.Location%> <%=lan.Information%>

<%=lan.Distance%> :- <%=rd.tot_km%> <%=lan.KM%>

<%=lan.Ride%> <%=lan.start%> <%=lan.Time%> :- <%=rd.start_time%>

<%=lan.Ride%> <%=lan.End%> <%=lan.Time%> :- <%=rd.end_time%>

<%=lan.Duration%> :- <%=rd.status_time%> <%=lan.Hour%>
<%=lan.Payment%> <%=lan.Information%>

<%=lan.Payment%> <%=lan.Type%> :- <%=rd.pay_name%> <%=lan.Payment%>

<%=lan.Payment%> <%=lan.Status%> :- <% if ( rd.status != "8" ) { %> <%=lan.Pending%> <% } else { %> <%=lan.Paid%> <% }; %>

<%=lan.Amount%> :- <%=rd.price%>

<%=lan.Commission%> <%=lan.Amount%> :- <%=rd.platform_fee%>

<% if ( rd.status != "8" ) { %> <%=lan.Driver%> <%=lan.Received%> :- 0 <% } else { %>
<%=lan.Driver%> <%=lan.Received%> :-

<%=lan.Ride%> <%=lan.Price%> :- <%=rd.fprice%>

  +  

<%=lan.Additional%> <%=lan.Time%> <%=lan.Price%> :- <%=rd.addi_time_price%>

  +  

<%=lan.Weather%> <%=lan.Price%> :- <%=rd.weather_price%>

<%=rd.driver_fee%> <% }; %>
<%=rd.pic_address.title%>

<%=rd.pic_address.subtitle%>

<% let check = 0; %> <% rd.drop_address.forEach((data, i) => { %> <% if (check == "0") { %>
<%=i+1%>. <%=data.title%>

<%=data.subtitle%>

<% check = 1; %> <% } else { %>
<%=i+1%>. <%=data.title%>

<%=data.subtitle%>

<% check = 0; %> <% }; %> <% }) %>
<%=rd.first_stime[0].time%>

<%=rd.first_stime[0].title%>

<% let tcheck = 0; %> <% rd.second_stime.forEach((data, i) => { %> <% if (tcheck == "0") { %>
<%=data.time%>

<%=data.title%>

<% if (data.addtit != "") { %>

<%=data.addtit%>

<% }; %> <% if (data.addubtit != "") { %>

<%=data.addubtit%>

<% }; %>
<% tcheck = 1; %> <% } else { %>
<%=data.time%>

<%=data.title%>

<% if (data.addtit != "") { %>

<%=data.addtit%>

<% }; %> <% if (data.addubtit != "") { %>

<%=data.addubtit%>

<% }; %>
<% tcheck = 0; %> <% }; %> <% }) %>
<%- include('./partials/footer'); -%> <%- include('./partials/script'); -%>