@php use App\DashboardModel; $dashboardModelInstance = new DashboardModel(); $profile_details = $dashboardModelInstance->get_member_profile($classified_details->user_id); $category = $dashboardModelInstance->get_category($classified_details->group_category); use App\classifiedModel; $classifiedModelInstance = new classifiedModel(); use App\MasterModel; $master_instance = new MasterModel(); @endphp @include('frontend.include.header');

{{$classified_details->group_name}}

    @if(is_numeric($classified_details->group_category))
  • {{$category->name}}
  • @else
  • {{$classified_details->group_category}}
  • @endif
  • {{date('M-d-Y', strtotime($classified_details->date_updated)) }}
  • {{$classified_details->view_count}}
@php $classified_image = $dashboardModelInstance->detailsPageImage($classified_details->group_id, $classified_details->data_type); @endphp @if(count($classified_image)>0)
@if($count!=1)
@endif
@endif
Classified Information
@if($classified_details->group_location == NULL) @else @endif @if($classified_details->property_condition == NULL) @else @endif @if($classified_details->property_status == NULL) @else @endif
Location : Location :{{$classified_details->group_location}}
Condition : Condition : {{$classified_details->property_condition}}
Status : Status : {{$classified_details->property_status}}
Classified Description
@if($classified_details->group_desc == NULL)

No Description

@else

@php eval('?>' . stripslashes($classified_details->group_desc)); @endphp

@endif
Posted By {{$profile_details->listing_type}} / {{date('M-d-Y', strtotime($classified_details->date_updated)) }}
@php $user_id= $classified_details->user_id; $location = $classified_details->group_location; $data_type = $classified_details->data_type; $group_category = $classified_details->group_category; $group_id = $classified_details->group_id; $comment_id = $classified_details->group_id; @endphp @php $related_post = $classifiedModelInstance->get_related_classified($group_category, $data_type, $group_id); @endphp @if(count($related_post)>0)

Related Classified

@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')