@php $version = $basicInfo->theme_version; @endphp @extends("frontend.layouts.layout-v$version") @section('pageHeading') {{ 'Off Plan Properties' }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_properties }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_properties }} @endif @endsection @section('style') @endsection @section('content') {{--
--}}
@foreach ($offplan as $property)

{{ $property['LongName'] }}

{{ $property['Location']['address'] }}
{{ __('Price:') }} Starting {{ symbolPrice($property['LayoutPriceMin']) }}
  • {{ $property['Layouts'][0]['layoutAreaTotal'] ?? 0 }} {{ __('Sqft') }}
  • @php $buildingTypeIcon = ''; if($property['Type']['name'] == 'Apartment' || $property['Type']['name'] == 'Penthouse'){ $buildingTypeIcon = 'far fa-building'; }else{ $buildingTypeIcon = 'fas fa-home'; } @endphp
  • {{$property['Type']['name'] }}
{{ $property['Layouts'][0]['OfferingType']['name'] ?? '' }}
@endforeach {{--

{{ __('NO PROPERTY FOUND') . '!' }}

--}}
@endsection @section('script') @endsection