@extends('docs.master', ['title'=> 'Unit Ledger']) @section('content')
Statement Of Account
@endsection {{--| # | Unit# | Building | Mode | Type | Narration | {{--Agent | --}}Payment Date | EntryDate | Amount |
|---|---|---|---|---|---|---|---|---|---|
| {{ $count++ }} | {{ $item->unitname }} | {{ $item->buildingname }} | {{ $item->paymentmodedetail }} | {{ $item->paymenttypedetail }} | {{ $item->remarks }} {{ $item->chq_no }} {{$item->bankname }} {{$item->branch }} {{$item->cityname }} | {{--{{ $item->agentinfo }} | --}}{{ date('d-m-Y', strtotime($item->payment_date)) }} | ;{{ date('d-m-Y', strtotime($item->created_at)) }} | {{ number_format($item->amount_received) }} | @php($Total += $item->amount_received)
| Total : | {{number_format($model->receipts->sum('amount_received'),0)}} | ||||||||
Notes:
1.Receipt Valid Subject to Realization of Cheque.
2.Bank Charges Deducted will be Recovered from Customer (if any).
3.Untility Charges will be Payables at the time of Unit Possession.
4.In Case of any Query Please Contact Customer Care Department.
Printed On: {{date('d-m-Y h:i:s A')}} by {{Auth::User()->name}}