@extends('backend.layouts.app') @section('content')

@csrf
@csrf
@if(sizeof($model) > 0) @foreach($model as $m) @endforeach @endif @if(sizeof(App\Model\PaymentMethod::where('name','!=','Online Payment')->get())>0) @foreach(App\Model\PaymentMethod::where('name','!=','Online Payment')->get() as $m) @endforeach @endif
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) }}
@endsection @section('modal_content') @endsection @section('page_script')> @endsection