@extends('admin.layout.admin') @section("title"," Payment | Wishours") @section("content")

Payments Payment Details

Payment Details

order_id {{ $onlinetxtdetails->order_id }}
Transaction Id {{ $onlinetxtdetails->txnid }}
Name/td> INR {{ $onlinetxtdetails->name }}
Email {{ $onlinetxtdetails->email }}
Phone {{ $onlinetxtdetails->phone }}
Address {{ $onlinetxtdetails->address1 }}
City/td> {{ $onlinetxtdetails->city }}
state {{ $onlinetxtdetails->state }}
Country {{ $onlinetxtdetails->country }}
Zipcode {{ $onlinetxtdetails->zipcode }}
Total Amount {{ $onlinetxtdetails->total_amt }}
Delevry Charge {{ $onlinetxtdetails->delCharge }}
Coupon Code {{ $onlinetxtdetails->couponCode }}
Coupon Amount {{ $onlinetxtdetails->couponAmt }}
Created at {{ $onlinetxtdetails->created_at }}

Back
@endsection