@if (in_array('client', user_roles()))
{{-- raing id here --}}
rating)) value="{{ $project->rating->id }}" @endif>
@endif
@if (in_array('admin', user_roles()))
@if (!is_null($project->rating))
{{ nl2br($project->rating->comment) }}
@else
@endif
@endif