@extends('layouts.admin.master') @section('title')Receipt {{ $title }} @endsection @push('css') @endpush @section('content')
| # | UID | Installment no | Ledger | Cheque no | Cheque date | Payer bank | Amount | Status | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{$count++}} | {{$list->stu_uid}} | {{$list->installment_no}} | {{$list->payer_bank}} | {{$list->cheque_no}} | {{$list->cheque_date}} | {{$list->payer_bank}} | {{$list->amount}} | {{$list->status}} |