@extends('website.layouts.header') @section('styles') @endsection @section('content')

Shorted By

Projects to Related Category

@if(count($projects) > 0) @foreach($projects as $project) @php $ide = Crypt::encrypt($project->id); @endphp
{{ $project->project_title }} @if(isset($favoritelist)) @if(count($favoritelist)> 0) @php foreach($favoritelist as $value){ $array[] = $value->project_id; } if (in_array($project->id, $array)){ @endphp /home/pragyadbtechserv/public_html/inventerFunder/resources/views/website/chat_ajax.blade.php on line 89
" data-user_id="{{ Auth::user()->id }}" id="ajaxfavorite
Warning: Undefined variable $project in /home/pragyadbtechserv/public_html/inventerFunder/resources/views/website/chat_ajax.blade.php on line 89

Warning: Attempt to read property "id" on null in /home/pragyadbtechserv/public_html/inventerFunder/resources/views/website/chat_ajax.blade.php on line 89
">
@php }else{ @endphp /home/pragyadbtechserv/public_html/inventerFunder/resources/views/website/chat_ajax.blade.php on line 92
" data-user_id="{{ Auth::user()->id }}" id="ajaxfavorite
Warning: Undefined variable $project in /home/pragyadbtechserv/public_html/inventerFunder/resources/views/website/chat_ajax.blade.php on line 92

Warning: Attempt to read property "id" on null in /home/pragyadbtechserv/public_html/inventerFunder/resources/views/website/chat_ajax.blade.php on line 92
">
@php } @endphp @else /home/pragyadbtechserv/public_html/inventerFunder/resources/views/website/chat_ajax.blade.php on line 98
" data-user_id="{{ Auth::user()->id }}" id="ajaxfavorite
Warning: Undefined variable $project in /home/pragyadbtechserv/public_html/inventerFunder/resources/views/website/chat_ajax.blade.php on line 98

Warning: Attempt to read property "id" on null in /home/pragyadbtechserv/public_html/inventerFunder/resources/views/website/chat_ajax.blade.php on line 98
">
@endif @else @endif
@foreach($users as $user) @if($user->id == $project->inventor_id)
@if(!empty($user->name)){{ $user->name }}@endif @if(!empty($user->last_name)){{ $user->last_name }}@endif
@endif @endforeach

@if(!empty($project->project_short_desc)){{$project->project_short_desc }}@endif

@endforeach @else No results Found @endif
@if(count($projects) > 0) @endif
@endsection @section('scripts') @endsection