@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');
Location :{{$classified_details->group_location}} | @endif
Condition : {{$classified_details->property_condition}} | @endif
Status : {{$classified_details->property_status}} | @endif
@php eval('?>' . stripslashes($classified_details->group_desc)); @endphp
@endif