{{ __('Alec Thompson') }}
{{ __(' CEO / Co-Founder') }}
{{ __('Overview') }}
document
{{ __('Teams') }}
settings
{{ __('Projects') }}
{{ __('Profile Information') }}
@if ($showDemoNotification)
{{ __('You are in a demo version, you can\'t update the profile.') }}
@endif @if ($showSuccesNotification)
{{ __('Your profile information have been successfuly saved!') }}
@endif
{{ __('Full Name') }}
@error('user.name')
{{ $message }}
@enderror
{{ __('Email') }}
@error('user.email')
{{ $message }}
@enderror
{{ __('Phone') }}
@error('user.phone')
{{ $message }}
@enderror
{{ __('Location') }}
@error('user.location')
{{ $message }}
@enderror
{{ 'About Me' }}
@error('user.about')
{{ $message }}
@enderror
{{ 'Save Changes' }}