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

الملف الشخصي

@if(auth()->check() && auth()->user()->id == $user->id) @lang('front.edit_profile') @endif {{-- Share Button --}}
{{-- end .head-btns --}}
{{-- end .addOffer-page-title --}}
@include('front.freelancer._user_nav_menu', ['user' => $user, 'activePage' => 'profile'])
@endsection