@model Top4HireDrivers.Models.PreviousResponse @{ Layout = null; } @if (Model != null) { if (Model.isPaymentPending ==true)//&& Model.Data.PaymentType == "Online") {
@**@

Pending Payment Information

Booking ID : @Model.Data.BookingID Paid Amount : @Model.Data.BookingAmount

Trip Type : @Model.Data.TripType Booking Status : @Model.Data.BookingStatus

Booking Datetime : @Model.Data.BookingDataTime Payment Type :

Pay @**@

@*
*@
} else {
There is no pending payment
} }