@include('admin.partials.image-watermark') @include('admin.partials.branch-watermark') @include('admin.leasing.lease_schedule.lease_statement.partial.header', ['extra' => $extra])

Lease Statement

Lease No :{{($lease->lease_no)}}
Unit No :{{$lease->product->product_unique_id ?? '-'}}
Project Name :{{$lease->branch->name ?? '-' }}
Customer :{{$lease->customer->name}}
Date : {{ date(config('settings.date_format'), strtotime($lease->lease_date)) }}
@foreach ($lease_schedules as $lease_schedule) @php $payable_amount = $lease_schedule->amount; $received_amount = $lease_schedule->received_amount; $schedule_date = $lease_schedule->schedule_date; $outstanding_amount = $payable_amount - $received_amount; $total_payable_amount += $payable_amount; $total_received_amount += $received_amount; $total_outstanding_amount += $outstanding_amount; @endphp @if(count($lease_schedule->lease_receipt_items) == 0) @endif @foreach ($lease_schedule->lease_receipt_items as $key => $lease_receipt_item) @php $received_amount = $lease_receipt_item->amount; $tdrowspan = count($lease_schedule->lease_receipt_items); @endphp @if($key == 0) @endif @if($key == 0) @endif @endforeach @endforeach
Term Payable Amount {{$transaction->systemSettingCurrency()}} Schedule Date Received Amount Outstanding Amount
{{ $lease_schedule->term }} {{ $transaction->convert_money_format($payable_amount) }} {{ $transaction->date_format($schedule_date) }} - {{ $transaction->convert_money_format($outstanding_amount) }}
{{ $lease_schedule->term }} {{ $transaction->convert_money_format($payable_amount) }} {{ $transaction->date_format($schedule_date) }}{{ $transaction->convert_money_format($received_amount) }}{{ $transaction->convert_money_format($outstanding_amount) }}
Total {{ $transaction->convert_money_format($total_payable_amount) }} {{ $transaction->convert_money_format($total_received_amount) }} {{ $transaction->convert_money_format($total_outstanding_amount) }}
Total Amount {{$transaction->systemSettingCurrency()}} {{ $transaction->convert_money_format($total_payable_amount) }}
Total Received Amount {{ $transaction->convert_money_format($total_received_amount) }}
Total Balance Amount {{$transaction->systemSettingCurrency()}} {{ $transaction->convert_money_format($total_outstanding_amount) }}
- - - - - - - - - - - - - - - - - - - - - - -
Authorized Signature
- - - - - - - - - - - - - - - - - - - - - -
Authorized Stamp