@extends('layouts.app') @section('title', 'Savings Deposits') @section('content')
Total Deposits
Total Amount
Latest Month
| TRANSACTION # | CLIENT | ACCOUNT | AMOUNT | DESCRIPTION | DATE | CREATED BY | ACTIONS |
|---|---|---|---|---|---|---|---|
| {{ $deposit->transaction_number }} |
{{ $deposit->savingsAccount->client->full_name }}
{{ $deposit->savingsAccount->client->client_number }}
|
{{ $deposit->savingsAccount->account_number }}
{{ $deposit->savingsAccount->product_name }}
|
USD {{ number_format($deposit->amount, 2) }} | {{ $deposit->description ?? 'N/A' }} | {{ $deposit->transaction_date->format('M d, Y') }} | {{ $deposit->creator->name ?? 'N/A' }} | |
No deposit transactions found |
|||||||