@extends('dashboard.layout') @section('content')
Complete information for transaction #{{ $transection->id }}
{{ $transection->sender_name ?? 'N/A' }}
Sender Name
{{ $transection->project->name ?? 'N/A' }}
Project Name
{{ $transection->user->name ?? 'N/A' }}
Client Name
{{ $transection->user->email ?? 'N/A' }}
{{ $transection->notes }}
No payment screenshot available
Transaction Created
{{ $transection->created_at->format('M d, Y h:i A') }}
Payment Verified
{{ $transection->updated_at->format('M d, Y h:i A') }}
Payment Failed
{{ $transection->updated_at->format('M d, Y h:i A') }}
Pending Verification
Waiting for admin approval