@foreach($visibleColumns as $columnKey) @endforeach @if($showActions ?? false) @endif @forelse($rows as $row) @foreach($visibleColumns as $columnKey) @endforeach @if($showActions ?? false) @endif @empty @endforelse
SL $columnKey === 'amount'])> {{ $columnLabels[$columnKey] ?? ucfirst(str_replace('_', ' ', $columnKey)) }} Action
{{ $row['serial'] }} $columnKey === 'amount', 'text-muted' => in_array($columnKey, ['account_no', 'reference', 'narration'], true), 'fw-semibold' => $columnKey === 'cheque_no', ]) style="{{ in_array($columnKey, ['account_no'], true) ? 'font-size:12.5px' : '' }}"> @if($columnKey === 'voucher_number' && ($linkVoucher ?? false)) {{ $row['cells'][$columnKey] }} @elseif($columnKey === 'status') @if($row['status'] === 'void') {{ $row['cells'][$columnKey] }} @else {{ $row['cells'][$columnKey] }} @endif @else {{ $row['cells'][$columnKey] }} @endif
No cheques found for the selected filters.