@extends('layouts.report') @section('content') @if(isset($reportData))
@capitalize($reportData['business'])
@endifFrom: @date($reportData['from_date']) - To: @date($reportData['to_date'])
@endif| Date | Name | Amount | Reference | Note |
|---|---|---|---|---|
| Account: {{ $account->description }} | ||||
| @date($trans['date']) | {{ $trans['name'] }} | @currency($trans['signed_amount']) | {{ $trans['reference'] }} | {{ $trans['description'] }} |
| Total of {{ $account->description }}: | @currency($account->transactions->sum('signed_amount')) | |||
| Total: | @currency($reportData['total']) | |||
| Date | Name | Amount | Reference | Note | |
|---|---|---|---|---|---|
| No transactions | |||||