@extends('layouts.admin') @section('title','Transaction audit') @section('heading','Transaction audit') @section('content')
Posted {{ $transaction->created_at->format('d M Y, H:i:s') }}
Debit and credit sides of this posting.
| Wallet owner | Wallet | Direction | Amount | Balance after |
|---|---|---|---|---|
| {{ $entry->wallet->user->name }} {{ $entry->wallet->user->email }} | {{ $entry->wallet->currency }} · {{ str($entry->wallet->public_id)->limit(12) }} | {{ $entry->direction }} | {{ number_format($entry->amount,2) }} | {{ number_format($entry->balance_after,2) }} |