@extends('layouts.app') @section('title', 'Cheque Books') @section('breadcrumb')
Register each physical cheque book here.
| Bank Account | Bank | Branch | Short A/C No | Book No | Leaf Range | Leaves | Actions |
|---|---|---|---|---|---|---|---|
| {{ $book->account?->code ? $book->account->code . ' ' : '' }}{{ $book->account?->name ?? '—' }} | {{ $book->bank }} | {{ $book->branch ?: '—' }} | {{ $book->short_account_no ?: '—' }} | {{ $book->book_no }} | {{ $book->leafRangeLabel() }} | {{ $book->total_leaves }} |
|