@extends('dashboard.admin.layouts.app') @section('content')

{{ $title }}

@include('dashboard.admin.user.partials.account_options_and_status')
@if ($transaction->meta)
Payment Transaction Hash / ID:
{{ $transaction->meta['deposit']['transaction_hash'] }}
Payment Proof:
{{ $transaction->reference_id }}
Payment Method:
{{ $transaction->method->label() }}
Payment Wallet Name:
{{ $transaction->meta['deposit']['wallet_name'] }}
Payment Wallet Symbol:
{{ $transaction->meta['deposit']['wallet_symbol'] }}
Payment Wallet Address:
{{ $transaction->meta['deposit']['wallet_address'] }}
Payment Wallet Network:
{{ $transaction->meta['deposit']['wallet_network'] }}
@csrf @method('PUT')
@endif
@endsection