@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 | Amount | Reference | Note |
|---|---|---|---|---|
| Customer: {{$customer->company_name}} | ||||
| @date($tran['date']) | {{ $tran->recordType->description }} | @currency($tran['signed_amount']) | {{ $tran['reference'] }} | {{ $tran['description'] }} |
| Total of {{$customer->company_name}} | @currency($customer->transactions->sum('signed_amount')) | |||
| Total | @currency($reportData['total']) | |||
| Date | Record type | Amount | Reference | Note | |
|---|---|---|---|---|---|
| No transactions | |||||