Payment Status Payment Success
Payment ID {{$enquiry->payment->paymentId}}
Amount Received ${{number_format($enquiry->payment->amount,2)}}
Billing Address {{$enquiry->payment->billingAddress}}
City {{$enquiry->payment->billingCity}}
State {{$enquiry->payment->billingState}}
Country {{($enquiry->payment->country_id)?$enquiry->payment->country->title:"-"}}
Zip Code {{$enquiry->payment->billingZipCode}}