@php use App\DashboardModel; use App\propertyModel; $dashboardModelInstance = new DashboardModel(); $propertyModelInstance = new propertyModel(); $category = $dashboardModelInstance->get_category($property_list_details->group_category); @endphp @include('frontend.include.header');
@php $profile_details = $dashboardModelInstance->get_member_profile($property_list_details->user_id); @endphp

{{$property_list_details->group_name}}

  • {{$category->name}}
  • {{date('M-d-Y', strtotime($property_list_details->revision_timestamp)) }}
  • {{$property_list_details->view_count}}
@php $property_image = $dashboardModelInstance->detailsPageImage($property_list_details->group_id, $property_list_details->data_type); @endphp

Description

Specifications

  • {{$property_list_details->property_beds}} BedRooms
  • {{$property_list_details->property_baths}} BathRooms
  • {{--
  • Unfurnished
  • 2 Car Parking
  • East East face
  • Garden
  • --}}
{{--
  • Security
  • Lift
  • Swimming fool
  • Play Area
  • football Court
  • Cricket Court
--}}
@php $user_id= $property_list_details->user_id; $location = $property_list_details->group_location; $group_category = $property_list_details->group_category; $data_type = $property_list_details->data_type; $group_id = $property_list_details->group_id; $comment_id = $property_list_details->group_id; @endphp @php $related_post = $propertyModelInstance->get_related_property($group_category, $data_type, $group_id); @endphp @if(count($related_post)>0)

Related Property

@endif @include('frontend.include.comments') @include('frontend.include.leave_a_comment')
@include('frontend.include.member_right_sidebar') @include('frontend.include.map_right_sidebar')
{{-- @include('frontend.include.newsletter') --}} @include('frontend.include.footer')