{{ $project->project_category->category ?? __('Uncategorized') }}
@if($isPromoted) {{ __('Promoted') }} @endif{{ $project->title }}
★ {{ $avgRating }} ({{ $project->ratings_count ?? 0 }} {{ __('Reviews') }})
{{ __('Starting at:') }} {{ float_amount_with_currency_symbol($price) }}
@endif
@if(Cache::has('user_is_online_' . $user->id))
@endif