@extends('front.layouts.master-auth') @section('content')

تقييمات {{ $user->name }}

id() == $user->id || !$user->isFreelancer() || (auth()->check() && !auth()->user()->isProjectOwner())) style="margin-bottom: 40px;" @endif> @include('front.freelancer._invite_action_button', ['user' => $user])
@include('front.freelancer._user_nav_menu', ['user' => $user, 'activePage' => 'rating']) @include('front.freelancer._profile_completion_checklist', ['user' => $user])
@endsection