@php $version = $basicInfo->theme_version; @endphp @extends("frontend.layouts.layout-v$version") @section('pageHeading') {{ 'Off Plan Details' }} @endsection @section('content')
{{ __('Price:') }} {{ symbolPrice($offplan['LayoutPriceMin']) }}

{{ __('Property Description') }}

{{ $offplan['Description'] }}

@if (!empty(showAd(3)))
{!! showAd(3) !!}
@endif @if (count($offplan['Features']) > 0)

{{ __('Features') }}

@foreach ($offplan['Features'] as $features)
{{ $features['name'] }}
@endforeach
@endif @if (!empty(showAd(3)))
{!! showAd(3) !!}
@endif
{{--
--}}
{{-- share on social media modal --}} @endsection