@forelse ($properties as $key=>$property) @empty @endforelse
# Project Phase Property Price Status Action
{{($key+1) + ($properties->currentPage() - 1)*$properties->perPage()}} Name: {{$property->project->name}}
Address: {{$property->project->address}} {{$property->project->city}}, {{$property->project->state}}, {{$property->project->country}},{{$property->project->pincode}}
{{optional($property->phase)->name}} Name: {{$property->name}}
Plot Number: {{$property->plot_number}}
Plot Area: {{$property->plot_area}} sqft. ({{$property->plot_length}}X{{$property->plot_breadth}})
Price: @if($property->base_price != $property->final_price) ₹ {{$property->base_price}} @endif ₹ {{$property->final_price}}
sqft. Price: ₹ {{$property->price_per_sqft}}
@if($property->book_status == '0') Booked @else {{ucwords(str_replace('_',' ',$property->booking_status))}} @endif @if($property->booking_status != 'sold' && $property->book_status == '1' || $property->associate_status == '0') @if($property->bookProperty?->booking_status != 'emi') @if ($property->booking_status != 'available') @if($property->bookProperty?->booked_by == Auth::guard('web')->user()->id) Pay @endif @else Book @endif @else Emi @endif @endif

Nothing Found


Showing {{($properties->currentpage()-1)*$properties->perpage()+1}} to {{(($properties->currentpage()-1)*$properties->perpage())+$properties->count()}} of {{$properties->total()}} Properties

{!! $properties->appends(['search_key'=>$search_key,'search_project'=>$search_project,'search_price'=>$search_price,'search_bedroom'=>$search_bedroom,'search_room_type'=>$search_room_type,'search_city'=>$search_city,'search_property'=>$search_property])->links() !!}