@include('frontend.include.header'); @php use App\DashboardModel; use App\classifiedModel; $dashboardModelInstance = new DashboardModel(); $classifiedModelInstance = new classifiedModel(); @endphp @php $users_meta_data = $dashboardModelInstance->get_users_meta_data($product_details->group_id,'product_details','users_portfolio_groups'); $profile_details = $dashboardModelInstance->get_member_profile($product_details->user_id); $category = $dashboardModelInstance->get_category($product_details->group_category); @endphp
${{$product_details->post_promo}}

{{$product_details->group_name}}

  • {{$category->name}}
  • {{date('M-d-Y', strtotime($product_details->revision_timestamp)) }}
  • 765
@php $product_image = $dashboardModelInstance->detailsPageImage($product_details->group_id, $product_details->data_type); @endphp
Product Information
@foreach ($users_meta_data as $key=>$value) @if($value->key == "post_venue") @if($value->value !="") @else @endif @endif @endforeach @foreach ($users_meta_data as $key=>$value) @if($value->key == "post_availability") @if($value->value !="") @else @endif @endif @endforeach @if($product_details->post_promo == NULL) @else @endif @foreach ($users_meta_data as $key=>$value) @if($value->key == "post_link") @if($value->value !="") @else @endif @endif @endforeach
Company :{{$value->value}}
Company :
Availability :{{$value->value}}
Availability :
Price : Price : {{$product_details->post_promo}}
Product Link : {{$value->value}}
Product Link :
Product Description
@if($product_details->group_desc == NULL)

No Description

@else

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

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

Related Products

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