@php use App\Enums\TrxStatus; @endphp @php use App\Enums\TrxType; @endphp @php($icon = $transaction->trx_type->icon()) @php($amountColor = $transaction->amount_flow->color($transaction->status)) @php($amountSign = $transaction->amount_flow->sign($transaction->status)) @php($provider = $transaction->provider ?: __('Wallet engine')) @php($remarks = filled($transaction->remarks) ? $transaction->remarks : __('No notes attached to this receipt.'))
{{ $transaction->description }}
{{ $remarks }}