@extends('layouts.app') @section('title') Overall Booking, Recovery and Receiveable Status @stop @section('breadcrumb') @stop @section('css') @stop @section('content')

{{env('APP_NAME')}}

Overall Booking, Recovery and Receiveable Status

AS ON {{date('d-m-Y')}}
@foreach($unit_blooks as $unit_blook) @foreach($floor_data as $f) @if($unit_blook->name == $f['block']) @endif @endforeach @endforeach @foreach($floor_data as $f) @endforeach @if(empty(request()->type)) @foreach($type_data as $type) @foreach($type['type'] as $t) @if($t['total_units'] > 0) @endif @endforeach @if($total_units_count > 0) @endif @endforeach @endif
APARTMENT NO. OF UNITS TOTAL AREA (In {{env('SIZE')}}) TOTAL SALES VALUE (In Rs.) RECOVERY AND RECEIVEABLE AG. BOOKED UNITS
Block Total Booked Unbooked All Units Booked Un-Booked Booked Un-Booked Total Discount Recovery Balance Receivables Overdues Future Ins.
{{$unit_blook->name}} {{number_format($block_total_units_count)}} {{number_format($block_booked_units_count)}} {{number_format($block_un_booked_units_count)}} {{number_format($block_total_units_area)}} {{number_format($block_booked_units_area)}} {{number_format($block_un_booked_units_area)}} {{number_format($block_booked_units_amount)}} {{number_format($block_un_booked_units_amount)}} {{number_format($block_total_units_amount)}} {{number_format($block_discount)}} {{number_format($block_recovery)}} {{number_format($block_receivable)}} {{number_format($block_overdue)}} {{number_format($block_future)}}
                             
APARTMENT NO. OF UNITS TOTAL AREA (In {{env('SIZE')}}) TOTAL SALES VALUE (In Rs.) RECOVERY AND RECEIVEABLE AG. BOOKED UNITS
TYPE Total Booked Unbooked All Units Booked Un-Booked Booked Un-Booked Total Discount Recovery Balance Receivables Overdues Future Ins.
{{$f['block']}} - {{$f['name']}} {{$f['total_units']}} {{$f['booked_units']}} {{$f['un_booked_units']}} {{number_format($f['total_units_area'])}} {{number_format($f['booked_units_area'])}} {{number_format($f['un_booked_units_area'])}} {{number_format($f['booked_units_amount'])}} {{number_format($f['un_booked_units_amount'])}} {{number_format($f['total_units_amount'])}} {{number_format($f['discount'])}} {{number_format($f['recovery'])}} {{number_format($f['receivable'])}} {{number_format($f['overdue'])}} {{number_format($f['future'])}}
Total {{number_format($total_units_count)}} {{number_format($booked_units_count)}} {{number_format($un_booked_units_count)}} {{number_format($total_units_area)}} {{number_format($booked_units_area)}} {{number_format($un_booked_units_area)}} {{number_format($booked_units_amount)}} {{number_format($un_booked_units_amount)}} {{number_format($total_units_amount)}} {{number_format($discount)}} {{number_format($recovery)}} {{number_format($receivable)}} {{number_format($overdue)}} {{number_format($future)}}
                             
{{$type['floor_name']}}
{{$t['type_name']}} {{$t['total_units']}} {{$t['booked_units']}} {{$t['un_booked_units']}} {{number_format($t['total_units_area'])}} {{number_format($t['booked_units_area'])}} {{number_format($t['un_booked_units_area'])}} {{number_format($t['booked_units_amount'])}} {{number_format($t['un_booked_units_amount'])}} {{number_format($t['total_units_amount'])}} {{number_format($t['discount'])}} {{number_format($t['recovery'])}} {{number_format($t['receivable'])}} {{number_format($t['overdue'])}} {{number_format($t['future'])}}
Total {{number_format($total_units_count)}} {{number_format($booked_units_count)}} {{number_format($un_booked_units_count)}} {{number_format($total_units_area)}} {{number_format($booked_units_area)}} {{number_format($un_booked_units_area)}} {{number_format($booked_units_amount)}} {{number_format($un_booked_units_amount)}} {{number_format($total_units_amount)}} {{number_format($discount)}} {{number_format($recovery)}} {{number_format($receivable)}} {{number_format($overdue)}} {{number_format($future)}}
Percentage {{round(($booked_units_count / $total_units_count) * 100)}} % {{round(($un_booked_units_count / $total_units_count) * 100)}} % @if($total_units_area > 0){{round(($booked_units_area / $total_units_area) * 100)}} @endif % @if($total_units_area > 0){{round(($un_booked_units_area / $total_units_area) * 100)}} @endif % @if($total_units_amount > 0){{round(($booked_units_amount / $total_units_amount) * 100)}}@endif % @if($total_units_amount > 0){{round(($un_booked_units_amount / $total_units_amount) * 100,1)}} @endif % @if($booked_units_amount > 0){{round(($discount / $booked_units_amount) * 100,1)}} @endif % @if($booked_units_amount > 0){{round(($recovery / $booked_units_amount) * 100,1)}} @endif % @if($booked_units_amount > 0) {{round(($receivable / $booked_units_amount) * 100,1)}} @endif % @if($receivable > 0){{round(($overdue / $receivable) * 100)}} @endif % @if($receivable > 0){{round(($future / $receivable) * 100,1)}}@endif %
@stop @section('js') @stop