@php $version = $basicInfo->theme_version; @endphp @extends("frontend.layouts.layout-v$version") @section('pageHeading') {{ $propertyContent->title }} @endsection @section('metaKeywords') @if ($propertyContent) {{ $propertyContent->meta_keyword }} @endif @endsection @section('metaDescription') @if ($propertyContent) {{ $propertyContent->meta_description }} @endif @endsection @section('og:tag') @endsection @section('content')
@if (!empty(showAd(3)))
{!! showAd(3) !!}
@endif

{{ $propertyContent->title }}

{{ $propertyContent->address }} {{ $propertyContent->property->city?->getContent($propertyContent->language_id)?->name }} {{ $propertyContent->property->isStateActive ? ', ' . $propertyContent->property->state?->getContent($propertyContent->language_id)?->name : '' }} {{ $propertyContent->property->isCountryActive ? ', ' . $propertyContent->property->country?->getContent($propertyContent->language_id)?->name : '' }}
    @if($propertyContent->area)
  • {{ $propertyContent->area . ($propertyContent->max_area ? ' - ' . $propertyContent->max_area : '') }} {{ __('Sqft') }}
  • @endif @if($propertyContent->area_sqyd)
  • {{ $propertyContent->area_sqyd . ($propertyContent->max_area_sqyd ? ' - ' . $propertyContent->max_area_sqyd : '') }} {{ __('Sqyd') }}
  • @endif @if ($propertyContent->type == 'residential')
  • {{ $propertyContent->bhk }} {{ __('BHK') }}
  • {{--
  • {{ $propertyContent->bath }} {{ __('Baths') }}
  • --}} @endif
@if($propertyContent->price)
{{ __('Price:') }} {{ $propertyContent->price ? symbolPrice($propertyContent->price) . ($propertyContent->max_price ? ' - ' . symbolPrice($propertyContent->max_price) : '') : __('Negotiable') }}
@endif @php $vendorUsername = $vendor->isSubBuilder() ? $vendor->mainBuilder?->username : $vendor->username; $vendorPhoto = $vendor->isSubBuilder() ? $vendor->mainBuilder?->photo : $vendor->photo; @endphp @elseif(!empty($vendor)) href="{{ route('frontend.vendor.details', ['username' => $vendorUsername]) }}"> @else href="{{ route('frontend.vendor.details', ['username' => $admin->username, 'admin' => 'true']) }}"> @endif
@if(Auth::guard('vendor')->check() && Auth::guard('vendor')->user()->roleAgent() && $propertyContent->property->is_agent_enabled)

{{ __('Agent Information') }}

@if($propertyContent->property->commission_amount)
{{ __('Commission Amount') }} {{ symbolPrice($propertyContent->property->commission_amount) }}
@endif @if($propertyContent->property->commission_percentage)
{{ __('Commission Percentage') }} {{ $propertyContent->property->commission_percentage }}%
@endif @if($propertyContent->property->agent_phone)
{{ __('Contact Number') }} {{ $propertyContent->property->agent_phone }}
@endif
@endif

{{ __($vendor->roleBuilder() ? 'Property Description' : 'Service Description') }}

{!! $propertyContent->description !!}

{{-- @if (count($propertyContent->propertySpacifications) > 0) --}}
@if($vendor->roleBuilder())

{{ __('Property Overview') }}

@if($propertyContent->brochure_pdf) Download Brochure @endif
@if($propertyContent->bhk)
Configurations {{ ($propertyContent->type === 'residential' ? $propertyContent->bhk .' BHK ' : '') . $propertyContent->categoryContent?->name }}
@endif @if($propertyContent->area)
Size (sqft) {{ $propertyContent->area .' sqft'}}
@endif @if($propertyContent->area_sqyd)
Size (sqyd) {{ $propertyContent->area_sqyd . ($propertyContent->max_area_sqyd ? ' - ' . $propertyContent->max_area_sqyd : '') .' sqyd'}}
@endif
Status {{ collect(getPropertyStatus())->where('value', $propertyContent->property_status)->value('title') ?? 'N/A' }}
@if($propertyContent->property_status == 2 && $propertyContent->possession_date)
Possession Starts {{ Carbon\Carbon::parse($propertyContent->possession_date)->format('M, Y') }}
@endif @if($propertyContent->purpose === 'sale')
Rera Number {{ $propertyContent->rera_number ?? 'N/A' }}
@endif @if($propertyContent->property->loan_offer)
Loan Offer {{ $propertyContent->property->loan_offer }}
@endif @endif @foreach ($propertyContent->propertySpacifications as $specification) @php $property_specification_content = App\Models\Property\SpacificationCotent::where([ ['property_spacification_id', $specification->id], ['language_id', $language->id], ])->first(); @endphp
{{ $property_specification_content?->label }} {{ $property_specification_content?->value }}
@endforeach
{{-- @endif --}} @if($amenities->isNotEmpty()) @endif @if (!empty($propertyContent->video_url))

{{ __('Video') }}

@endif @if (!empty($propertyContent->floor_planning_image))

{{ __('Floor Planning') }}

@endif @if (!empty($propertyContent->latitude) && !empty($propertyContent->longitude))

{{ __('Location') }}

@endif @if (!empty(showAd(3)))
{!! showAd(3) !!}
@endif
{{-- share on social media modal --}} @endsection