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

تعديل الملف الشخصي

@csrf
@error('image') {{ $message }} @enderror
{{$user->name}}
@lang('front.Remove this tag to hide your profile from search results')
@include('front.freelancer._profile_completion_checklist', ['user' => $user])
@endsection @section('js-body') @endsection