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