{{-- @extends('docs.master', ['title' => 'Payment Schedule '.$model->number]) --}} @extends(($model->value_master == 2) ? 'docs.mastertwo' : 'docs.master', ['title'=> 'Payment Schedule '.$model->number]) @section('content')
Statement Of Account
@endsection {{--| Sr. | --}}Description | Due Date | Due Amount | Paid On | Recieved Amount | Balance |
|---|---|---|---|---|---|---|
{{$item->paymenttypedetail}}
|
{{ date('d-M-y', strtotime($item->date1)) }}
|
@php ($totaldue += $item->due) {{number_format($item->due,2)}} | @php ($totalreceived += $item->mount_received) - | {{number_format($totaldue-$totalreceived,2)}} | ||
| {{$sr++}} | --}}{{-- {{$item->paymenttypedetail}} --}} Receipt @if($item->chq_no) CHQ#{{$item->chq_no}} @endif |
{{-- {{ date('d-M-y', strtotime($item->date1)) }} --}}
|
{{-- {{ date('d-M-y', strtotime($item->date1)) }} --}}
|
{{ date('d-M-y', strtotime($item->date1)) }}
|
@php ($totaldue += $item->due) @php ($totalreceived += $item->mount_received) {{-- @dd($item->mount_received); --}} {{number_format($item->mount_received,2)}} | {{number_format($totaldue-$totalreceived,2)}} |
| Total | {{number_format(collect($model->installments)->sum('due'),2)}} | {{number_format($totalreceived,2)}} | {{number_format((collect($model->installments)->sum('due')-collect($model->installments)->sum('mount_received')),2)}} | |||
| Balance | {{collect($model->installments)->sum('mount_received')}} | {{number_format($totaldue)}} |
Notes:
1.The Installment amount is the round-off figure, any extra/short amount paid shall be adjusted in the last installment.
2.You are requested to pay your outstanding dues in prescribe dates to avoid accumulation of surcharge/cancellation of allotment.
3.This is a system generated document, does not require signature.
4.In Case of any Query Please Contact Our Customer Care Department or email at info@empiredevelopments.pk.
Printed On: {{date('d-m-Y h:i:s A')}} by {{Auth::User()->name}}