@extends('backend.layouts.app') @section('content')
| Sl | Receipt No | Mem No | Mem Name | Bill Name | Total | Due | Reference | Action |
|---|---|---|---|---|---|---|---|---|
| Sl | Receipt No | Mem No | Mem Name | Bill Name | Total | Due | Reference | Action |
| {{ ++$sl }} | {{ $m->recipt }} | {{ $m->membership_id }} | {{ $m->member_name }} | {{ App\Model\BillCollection\BillCollectionName::find($m->bill_name_id)->bill_name }} | {{ $m->total }} | {{ $m->due_amount }} (rept: {{ $m->recipt }}) | {{ $m->reference }} | |
| {{ $m->name }} | Total: {{ App\Model\BillCollection\BillCollectionPayment::getDetailsWiseTotal($m->id,$date_from,$date_to) }} | |||||||