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