@if(moduleExists('PromoteFreelancer'))
@if($project->pro_expire_date >= $current_date && $project->is_pro === 'yes')
@if($is_pro == 1)
{{--set is_pro value in session and get from project details controller for click count--}}
@php Session::put('is_pro',$is_pro) @endphp
@endif
@endif
@endif
{!! project_rating($project->id) !!}