@extends('layouts.app') @section('title') Sale Dashboard @stop @section('breadcrumb') @stop @section('css') @stop @section('content')

{{number_format($total_units_count)}}

Total Units

.

Booked Units{{number_format($booked_units_count)}}

Un-Booked Units{{number_format($un_booked_units_count)}}

{{number_format($total_units_area)}} {{env('SIZE')}}

Total Area

.

Booked Area{{number_format($booked_units_area)}} {{env('SIZE')}}

Un-Booked Area{{number_format($un_booked_units_area)}} {{env('SIZE')}}

Rs. {{number_format($total_units_amount)}}

Total Price

Booked PriceRs. {{number_format($booked_units_amount)}}

Un-Booked PriceRs. {{number_format($un_booked_units_amount)}}

DiscountRs. {{number_format($booked_units_amount - $total_cost_booked_units )}}

RECOVERIES & RECEIVABLES


Description Rupees %age Receivable Ag. Rupees %age
Total Cost of Booked Units {{number_format($total_cost_booked_units)}} 100 % Overdues {{number_format($overdues)}} {{round(($overdues / ($total_cost_booked_units - $total_collection) ) * 100)}} %
Total Collection/Recovery {{number_format($total_collection)}} {{round(($total_collection / $total_cost_booked_units ) * 100)}} % Future Installments {{number_format(($total_cost_booked_units - $total_collection) - $overdues)}} {{round(( ($total_cost_booked_units - $total_collection - $overdues) / ($total_cost_booked_units - $total_collection) ) * 100)}} %
Balance Receivable {{number_format($total_cost_booked_units - $total_collection)}} {{round((($total_cost_booked_units - $total_collection) / $total_cost_booked_units ) * 100)}} % Balance Receivable {{number_format($total_cost_booked_units - $total_collection)}} 100 %

BREAKUP OF RECEIVABLES AGAINST DEFAULTERS AGED


Defaulters Age. in Month No. of Units Total Amount Received Today Balance Receiveabe Receiveabe .ag Overdues Receiveabe .ag Future Inst.
Amount %age Amount %age Amount %age Amount %age
Fully Paid {{$fully_paid_units_count}} {{number_format($fully_paid_units_amount)}} {{round(($fully_paid_units_amount / $total_collection) * 100)}} % 0 0 % 0 0 % 0 0 %
No Over Due {{$no_overdue_count}} {{number_format($no_overdue_amount)}} {{round(($no_overdue_amount / $total_collection) * 100)}} % {{number_format($no_overdue_receivable)}} {{$no_overdue_receivable_per}} % 0 0 % {{number_format($no_overdue_receivable)}} {{$no_overdue_receivable_per}} %
1 Month {{$f_month_overdue_count}} {{number_format($f_month_overdue_amount)}} {{round(($f_month_overdue_amount / $total_collection) * 100)}} % {{number_format($f_month_overdue_receivable)}} {{$f_month_overdue_receivable_per}} % {{number_format($f_month_overdue_balance)}} % {{number_format($f_month_overdue_receivable - $f_month_overdue_balance)}} %
2 Month {{$s_month_overdue_count}} {{number_format($s_month_overdue_amount)}} {{round(($s_month_overdue_amount / $total_collection) * 100)}} % {{number_format($s_month_overdue_receivable)}} {{$s_month_overdue_receivable_per}} % {{number_format($s_month_overdue_balance)}} % {{number_format($s_month_overdue_receivable - $s_month_overdue_balance)}} %
3 Month {{$t_month_overdue_count}} {{number_format($t_month_overdue_amount)}} {{round(($t_month_overdue_amount / $total_collection) * 100)}} % {{number_format($t_month_overdue_receivable)}} {{$t_month_overdue_receivable_per}} % {{number_format($t_month_overdue_balance)}} % {{number_format($t_month_overdue_receivable - $t_month_overdue_balance)}} %
3+ Month {{$fo_month_overdue_count}} {{number_format($fo_month_overdue_amount)}} {{round(($fo_month_overdue_amount / $total_collection) * 100)}} % {{number_format($fo_month_overdue_receivable)}} {{$fo_month_overdue_receivable_per}} % {{number_format($fo_month_overdue_balance)}} % {{number_format($fo_month_overdue_receivable - $fo_month_overdue_balance)}} %
@stop