@extends('admin.layouts.master')
@push('css')
<style>
.fileholder {
min-height: 374px !important;
}
.fileholder-files-view-wrp.accept-single-file .fileholder-single-file-view,.fileholder-files-view-wrp.fileholder-perview-single .fileholder-single-file-view{
height: 330px !important;
}
</style>
@endpush
@section('page-title')
@include('admin.components.page-title',['title' => __($page_title)])
@endsection
@section('breadcrumb')
@include('admin.components.breadcrumb',['breadcrumbs' => [
[
'name' => __("Dashboard"),
'url' => setRoute("admin.dashboard"),
],
], 'active' => __($page_title)])
@endsection
@section('content')
<div class="row mb-30-none">
<div class="col-lg-6 mb-30">
<div class="transaction-area">
<h4 class="title mb-0"><i class="fas fa-user text--base me-2"></i>{{ __("Sender Information") }}</h4>
<div class="content pt-0">
<div class="list-wrapper">
<ul class="list">
<li>{{ __("Name") }}<span>{{ $transaction->user->full_name ?? '' }}</span></li>
<li>{{ __("Email") }}<span class="text-lowercase">{{ $transaction->user->email ?? '' }}</span></li>
</ul>
</div>
</div>
<h4 class="title mt-2"><i class="fas fa-user text--base me-2"></i>{{ __("Receiver Information") }}</h4>
<div class="content pt-0">
<div class="list-wrapper">
<ul class="list">
<li>{{ __("Name") }}<span>{{ $transaction->details->receiver->fullname ?? '' }}</span></li>
<li>{{ __("Email") }}<span class="text-lowercase">{{ $transaction->details->receiver->email ?? '' }}</span></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mb-30">
<div class="transaction-area">
<div class="d-flex justify-content-between align-items-center">
<h4 class="title mb-0"><i class="fas fa-desktop text--base me-2"></i>{{ __("Transaction Device Information") }}</h4>
</div>
<div class="content pt-0">
<div class="list-wrapper">
<ul class="list">
<li>{{ __("IP") }}<span>{{ $transaction_device->ip ?? '' }}</span></li>
<li>{{ __("Country") }}<span>{{ $transaction_device->country ?? '' }}</span></li>
<li>{{ __("City") }}<span>{{ $transaction_device->city ?? '' }}</span></li>
<li>{{ __("Browser") }}<span>{{ $transaction_device->browser ?? '' }}</span></li>
<li>{{ __("OS") }}<span>{{ $transaction_device->os ?? '' }}</span></li>
<li>{{ __("TimeZone") }}<span>{{ $transaction_device->timezone ?? '' }}</span></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-12 mb-30">
<div class="transaction-area">
<div class="d-flex justify-content-between align-items-center">
<h4 class="title"><i class="fas fa-money-bill-wave text--base me-2"></i>{{ __("Payment Summary") }}</h4>
</div>
<div class="content pt-0">
<div class="list-wrapper">
<ul class="list">
<li>{{ __("Transaction ID") }} <span>{{ $transaction->trx_id ?? '' }}</span> </li>
<li>{{ __("Amount") }} <span>{{ get_amount($transaction->request_amount,$transaction->request_currency) }}</span> </li>
<li>{{ __("Total Charge") }} <span>{{ get_amount($transaction->total_charge,$transaction->request_currency) }}</span> </li>
<li>{{ __("Payable Amount") }} <span>{{ get_amount($transaction->total_payable,$transaction->request_currency) }}</span> </li>
<li>{{ __("Payment Status") }}<span>{{ $transaction->stringStatus->value }}</span></li>
<li>{{ __("Remark") }} <span>{{ $transaction->remark ?? 'N/A' }}</span></li>
@if ($transaction->status == payment_gateway_const()::STATUSREJECTED)
<li>{{ __("Reject Reason") }} <span>{{ $transaction->reject_reason ?? 'N/A' }}</span></li>
@endif
</ul>
</div>
</div>
</div>
</div>
</div>
@endsection
About Section
NFC Pay was founded with a vision to transform the way people handle transactions. Our journey is defined by a commitment to innovation, security, and convenience. We strive to deliver seamless, user-friendly payment solutions that make everyday transactions effortless and secure. Our mission is to empower you to pay with ease and confidence, anytime, anywhere.
FAQ Section
Here are answers to some common questions about NFC Pay. We aim to provide clear and concise information to help you understand how our platform works and how it can benefit you. If you have any further inquiries, please don’t hesitate to contact our support team.
Download the app and sign up using your email or phone number, then complete the verification process.
Yes, we use advanced encryption and security protocols to protect your payment details.
Absolutely, you can link multiple debit or credit cards to your wallet.
Go to the transfer section, select the recipient, enter the amount, and authorize the transfer.
Use the “Forgot PIN” feature in the app to reset it following the provided instructions.
Sign up for a merchant account through the app and follow the setup instructions to start accepting payments.
Yes, you can view and track your payment status in the account dashboard