@extends('layouts.app') @section('title', 'My Dashboard') @section('page-title', 'My Account') @section('content')
| Type | Amount | Balance | Date |
|---|---|---|---|
| {{ ucfirst($txn->type) }} | {{ $txn->type === 'deposit' ? '+' : '-' }}${{ number_format($txn->amount, 2) }} | ${{ number_format($txn->balance_after, 2) }} | {{ $txn->created_at->format('M d, Y') }} |
| No transactions yet | |||
{{ $loan->loan_number }}