{{ __('Profile') }}

{{ __('Back to Dashboard') }}

Edit Profile

@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@php $currentLogo = \App\Models\Setting::getValue('logo'); @endphp @if($currentLogo) Company Logo @endif
@error('logo')

{{ $message }}

@enderror
@if($user->avatar) {{ $user->name }} @endif
@error('avatar')

{{ $message }}

@enderror

Change Password (Optional)

@error('password')

{{ $message }}

@enderror

Leave blank if you don't want to change your password

Cancel