@extends('layouts.app') @section('content')
Transactional statement and issuance history for this entity.
Total Volume
Transaction Count
| Chq # | Payee | Bank | Date | Amount | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $cheque->cheque_number }} | {{ $cheque->payee->name }} | {{ $cheque->bank->name }} | {{ $cheque->cheque_date->format('d M Y') }} | {{ number_format($cheque->amount, 2) }} | {{ ucfirst(str_replace('_', ' ', $cheque->status)) }} | View |
| No transactions found. | ||||||