@extends('user.layouts.template') @section('style') {{-- my code --}} @endsection @section('content')
{{ $property->street_address ?? "" }}
{{ $property->description}}
No Highlights Found !
@endif| Floor | No.of suites | ||||
|---|---|---|---|---|---|
| {{ $floor->floor_no}} | {{ $floor->suite_count}} | ||||
|
@if(isset($property->suites) && !empty($property->suites))
@php $suite_found = false; @endphp
@foreach($property->suites as $suite)
@if($suite->floor_id == $floor->id && $suite->suite_no != null)
@endif
@endforeach
@if(!$suite_found)
No Suites Found ! @endif @elseNo Suites Found ! @endif |
|||||
| {{ $i }} | 0 | ||||
|
|||||
No Floors Found !
| Suite Name | Floor No. | Size | Space Use | @php $available_suites = 0; @endphp @if(isset($property->suites) && !empty($property->suites)) @foreach ($property->suites as $suite) @if(empty($suite->lease_status) || $suite->lease_status === 'Available') @php $available_suites++; @endphp
|---|---|---|---|
| Suite {{ $suite->suite_no }} | {{ $suite->floor_no }} | {{ empty($suite->total_rentable_sf) ? '-' : $suite->total_rentable_sf.' sf' }} | {{ empty($suite->space_type) ? '-' : $suite->space_type }} |
| No Suites Found | |||