@extends('layouts.app') @section('content')
Monitor all guarantee and security cheques issued by your companies.
No security cheques found.
Security cheques are guarantee cheques that may not have fixed dates or amounts.
| Chq # | Company | Payee | Bank | Date | Amount (AED) | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $cheque->cheque_number }} | {{ $cheque->company->name ?? 'N/A' }} | {{ $cheque->payee->name }} | {{ $cheque->bank->name }} | @if($cheque->cheque_date) {{ $cheque->cheque_date->format('d M Y') }} @else Open Date @endif | @if($cheque->amount) {{ number_format($cheque->amount, 2) }} @else Open Amount @endif | {{ ucfirst(str_replace('_', ' ', $cheque->status)) }} |