@include('frontend.include.header'); @php use App\DashboardModel; $dashboardModelInstance = new DashboardModel(); $session_id = session()->get('session_id'); @endphp
@include('frontend.include.product_sidebar_filter')
{{--
Showing 1 to 10 of 30 entries
--}} {{--
--}}
@if(count($product_list)>0) @foreach($product_list as $product)
@php $product_photo_details = $dashboardModelInstance->get_users_portfolio_photo($product->group_id); @endphp
@if($product_photo_details != NULL && @file_get_contents(url('/')."/public/uploads/main/".@$product_photo_details->file)) img @else img @endif
@if($session_id == "") @else @php $like_status = $dashboardModelInstance->get_like_status_userPortfoliogroups($product->group_id) @endphp @if($like_status == 1) @else @endif @endif
@php $profile_details = $dashboardModelInstance->get_member_profile($product->user_id); @endphp

{{$product->group_name}}

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

@endforeach @else

No Results Found

@endif
@if(count($product_list)>0) @foreach($product_list as $product)
@php $product_photo_details = $dashboardModelInstance->get_users_portfolio_photo($product->group_id); @endphp
@if($product_photo_details != NULL && @file_get_contents(url('/')."/public/uploads/main/".@$product_photo_details->file) ) img @else img @endif
@if($session_id == "") @else @php $like_status = $dashboardModelInstance->get_like_status_userPortfoliogroups($product->group_id) @endphp @if($like_status == 1) @else @endif @endif

{{$product->group_name}}

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

@endforeach @else

No Results Found

@endif
@if(count($product_list)>0)
@foreach($product_list as $product) @php $cls_photo_details = $dashboardModelInstance->get_users_portfolio_photo($product->group_id); @endphp

{{$product->group_name}}

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

No Results Found

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