@extends('layouts.users_new') @section('title') Dashboard @stop @section('contents')
Actual for 01/18 - 05/18
--}} {{--| Transaction Date | Reference Number | Description | Credit Balance | Debit | Credit |
|---|---|---|---|---|---|
| {{date('jS \of F Y', strtotime($trans->created_at))}} | {{ $trans->ref }} | {{ $trans->description }} | ${{ number_format($trans->currbal, 0) }} | {{ !empty($trans->debit) ? '$'.number_format($trans->debit, 0):'' }} | {{ !empty($trans->credit) ? '$'.number_format($trans->credit, 0):'' }} |
| Receiving Bank | Receiver | Receiver Account Number | Swift | Amount | Transaction Type | Description | Ref |
|---|---|---|---|---|---|---|---|
| Receiving Bank | Receiver | Receiver Account Number | Swift | Amount | Transaction Type | Description | Ref |