@extends('layouts/main-layout') @section('content')
| Name | value |
| FirstName | {{$t_dtl->first_name }} |
| LastName | {{$t_dtl->last_name }} |
| {{$t_dtl->email }} | |
| Mobile | {{$t_dtl->mobile }} |
| Amount | {{$t_dtl->amount }} |
| Currency | {{$t_dtl->currency }} |
| Transaction Status | {{$t_dtl->transaction_status }} |
| Pan Card | {{$t_dtl->pan_card }} |
| Cheque Details | {{$t_dtl->cheque_details }} |
| certificate Name | {{$t_dtl->certificate_name }} |
| Personal Message | {{$t_dtl->personal_message }} |
| Receipt Date | {{$t_dtl->receipt_date }} |
| Receipt Number | {{$t_dtl->receipt_number }} |
| Adderess | {{$t_dtl->address }} |
| Donar Type | {{$t_dtl->donar_type }} |
| Donar Currency | {{$t_dtl->donar_currency }} |
| Other | {{$t_dtl->other }} |
| Gateway Response Code | {{$t_dtl->gateway_responce_code }} |
| Gateway Message | {{$t_dtl->gateway_message }} |
| Gateway Transaction Id | {{$t_dtl->gateway_transaction_id }} |
| Gateway Auth Code | {{$t_dtl->gateway_auth_code }} |
| Bank Reference Number | {{$t_dtl->bank_reference_number }} |
| Order id | {{$t_dtl->order_id }} |
| Tracking Id | {{$t_dtl->trackingId }} |
| Transaction Date | {{$t_dtl->transaction_date_time }} |
| Transaction Ip address | {{$t_dtl->transaction_ip_adderess }} |
| Created | {{$t_dtl->created_at }} |