@php use App\DashboardModel; $cls_details = new DashboardModel(); $session_id = session()->get('session_id'); use App\MasterModel; $master_instance = new MasterModel(); @endphp @include('frontend.include.header')
@include('frontend.include.equipment_sidebar_filter')
{{--
--}}
@if(count($classified_list)>0) @foreach($classified_list as $classified)
@php $cls_photo_details = $cls_details->get_users_portfolio_photo($classified->group_id); @endphp
@if($classified->property_status != NULL)
{{$classified->property_status}}
@endif
@if($cls_photo_details != NULL && @file_get_contents(url('/')."/public/uploads/main/".@$cls_photo_details->file)) img @else img @endif
@if($session_id == "") @else @php $like_status = $cls_details->get_like_status_userPortfoliogroups($classified->group_id) @endphp @if($like_status == 1) @else @endif @endif
@php $profile_details = $cls_details->get_member_profile($classified->user_id); @endphp
{{$profile_details->company}}

{{$classified->group_name}}

@php $content = substr(strip_tags($classified->group_desc), 0, 200); @endphp {{$content}}...

@endforeach @else

No Results Found

@endif
@if(count($classified_list)>0) @foreach($classified_list as $classified)
@php $cls_photo_details = $cls_details->get_users_portfolio_photo($classified->group_id); @endphp
@if($classified->property_status !=NULL)
{{$classified->property_status}}
@endif
@if($cls_photo_details != NULL && @file_get_contents(url('/')."/public/uploads/main/".@$cls_photo_details->file)) img @else img @endif
@if($session_id == "") @else @php $like_status = $cls_details->get_like_status_userPortfoliogroups($classified->group_id) @endphp @if($like_status == 1) @else @endif @endif
@php $profile_details = $cls_details->get_member_profile($classified->user_id); @endphp
@if(strlen($profile_details->company)>25) @php $member_company =substr($profile_details->company,0,25) @endphp {{$member_company}}.. @else {{$profile_details->company}} @endif @if(strlen($classified->group_name)>25) @php $group_name =substr($classified->group_name,0,25) @endphp

{{$group_name}}..

@else

{{$classified->group_name}}

@endif @if(strlen($classified->group_desc)>67)

@php $content = substr(strip_tags($classified->group_desc), 0, 67); @endphp {{$content}}...

@else

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

@endif
@if($classified->group_location != NULL) @if(strlen($classified->group_location)>8) @php $location = substr($classified->group_location, 0, 8); @endphp {{$location}}... @else {{$classified->group_location}} @endif @endif {{date('M-d-Y', strtotime($classified->date_updated))}}
@endforeach @else

No Results Found

@endif
@if(count($classified_list)>0)
@foreach($classified_list as $classified) @php $cls_photo_details = $cls_details->get_users_portfolio_photo($classified->group_id); @endphp

{{$classified->group_name}}

@if($cls_photo_details != NULL && @file_get_contents(url('/')."/public/uploads/main/".@$cls_photo_details->file)) img @else img @endif View More
@endforeach
@else

No Results Found

@endif
@if(count($classified_list)>0)
{{ $classified_list->appends(Request::all())->links() }}
@endif
@include('frontend.include.login_modal') {{-- @include('frontend.include.newsletter') --}} @include('frontend.include.footer')