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

{{ $user->name }}

@if(auth()->check() && auth()->user()->id == $user->id) @lang('front.edit_profile') @endif @include('front.freelancer._invite_action_button', ['user' => $user]) @if(auth()->check()) @if($user->isFavoritedBy(auth()->id())) @else @endif @endif {{-- Share Button --}}
@include('front.freelancer._user_nav_menu', ['user' => $user, 'activePage' => 'profile']) @include('front.freelancer._profile_completion_checklist', ['user' => $user])
@endsection @section('js-body') @include('front.freelancer.single_js') @endsection