@extends('backend.layouts.pdf') @section('content')
Cinque Terre

Summary of Other Bill Collection

Bill Collection

Bhatiary Golf &Country Club, Dhaka Cantonment


Date form: {{ $request->date_from_2 }} to: {{$request->date_to_2}}

@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
{{ ++$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,$request->date_from_2,$request->date_to_2) }}

..................................

Authorized Signature

@endsection