@extends('layouts.user') @section('contents')
{{ date('d-m-y H:i:s', strtotime($transaction->created_at)) }}
REF: {{ $transaction->ref}}
{{ formatAmount($transaction->amount) }}
@if ($transaction->type == 'debit') {{ $transaction->type }} @else {{ $transaction->type }} @endif
{{ $transaction->description }}