{{ __('My profile') }}
@if(session()->has('status'))
@endif @if ($errors->any())
@foreach ( $errors->all() as $error) @endforeach
@endif

{{ __('Personal Information') }}

{{ __('Your password is mandatory to change this information')}}

@csrf

{{__('Security') }}

You may change your password here.

@csrf

{{__('Avatar') }}

Choose a .JPG or .PNG image for your profile

@csrf
@if($user->avatar == null) @else @endif