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