@php $size = ''; if ($projectType->id == \App\ProjectType::society) { $size = \App\ProjectType::society_size; } else { $size = \App\ProjectType::high_rise_size; } @endphp @php $map = ' '; if ($projectType->id == \App\ProjectType::society) { $map = \App\ProjectType::society_map; } else { $map = \App\ProjectType::high_rise_map; } @endphp

Inventory Info

Open

Inventory count  {{ $openInventoryCount }}

Inventory Value: {{ number_format($openInventoryAmount) }}

Color:  

Token Hold

Inventory count  {{ $tokenHoldInventoryCount }}

Inventory Value: {{ number_format($tokenHoldInventoryAmount) }}

Color:  

Temporary Hold

Inventory count  {{ $tempHoldInventoryCount }}

Inventory Value: {{ number_format($tempHoldInventoryAmount) }}

Color:  

Company Hold

Inventory count  {{ $companyHoldInventoryCount }}

Inventory Value: {{ number_format($companyHoldInventoryAmount) }}

Color:  

Sold

Inventory count  {{ $soldInventoryCount }}

Inventory Value: {{ number_format($soldInventoryAmount) }}

Color:  



@foreach ($inventories as $i) @if ($i->unit_floor_id == $c) @if ($i->status == \App\Inventory::open || $i->status == \App\Inventory::package_open_file) @elseif($i->status == \App\Inventory::sold) @elseif($i->status == \App\Inventory::token_hold) @elseif($i->status == \App\Inventory::temp_hold) @elseif($i->status == \App\Inventory::hold_company) @endif @else @if ($i->status == \App\Inventory::open || $i->status == \App\Inventory::package_open_file) @elseif($i->status == \App\Inventory::sold) @elseif($i->status == \App\Inventory::token_hold) @elseif($i->status == \App\Inventory::temp_hold) @elseif($i->status == \App\Inventory::hold_company) @endif @endif @endforeach
@foreach ($i->categories as $ca) @if ($loop->last)
@else @endif @endforeach {{ $i->unit_number }}
@foreach ($i->categories as $ca) @if ($loop->last)
@else @endif @endforeach {{ $i->unit_number }}
@foreach ($i->categories as $ca) @if ($loop->last)
@else @endif @endforeach {{ $i->unit_number }}
@foreach ($i->categories as $ca) @if ($loop->last)
@else @endif @endforeach {{ $i->unit_number }}
@foreach ($i->categories as $ca) @if ($loop->last)
@else @endif @endforeach {{ $i->unit_number }}
{{ $i->floor ? $i->floor->name : '' }} - {{ $i->floor->unitBlock ? $i->floor->unitBlock->name : '' }}
@if (isset($floorSqft[$i->unit_floor_id]) && isset($floorValue[$i->unit_floor_id])) {{ $floorSqft[$i->unit_floor_id] }} {{ $size }} , Rs.{{ number_format($floorValue[$i->unit_floor_id]) }}
@endif @if (isset($floorSoldPer[$i->unit_floor_id]) && isset($floorSoldPer[$i->unit_floor_id])) Availability : {{ 100 - $floorSoldPer[$i->unit_floor_id] }} %      Sold : {{ $floorSoldPer[$i->unit_floor_id] }} % @endif
@foreach ($i->categories as $ca) @if ($loop->last) @if (isset($categoryIcon[$ca->unit_category_id]))
@endif @else @if (isset($categoryIcon[$ca->unit_category_id])) @endif @endif @endforeach {{ $i->unit_number }}
@foreach ($i->categories as $ca) @if ($loop->last) @if (isset($categoryIcon[$ca->unit_category_id]))
@endif @else @if (isset($categoryIcon[$ca->unit_category_id])) @endif @endif @endforeach {{ $i->unit_number }}
@foreach ($i->categories as $ca) @if ($loop->last)
@else @endif @endforeach {{ $i->unit_number }}
@foreach ($i->categories as $ca) @if ($loop->last)
@else @endif @endforeach {{ $i->unit_number }}
@foreach ($i->categories as $ca) @if ($loop->last)
@else @endif @endforeach {{ $i->unit_number }}