@extends(Theme::viewName('layout')) @section('title', trans('gallery.user_settings.title')) @section('content')
@if ($user->is_email_change_in_progress) @endif
{{ csrf_field() }}
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
is_email_change_in_progress ? ' readonly="readonly"' : '' }}> @if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if (UserConfig::get('social_user_profiles'))
Public profile
@lang('forms.profile_alias_help') @if ($errors->has('profile_alias'))
{{ $errors->first('profile_alias') }}
@endif
enable_profile_page)) checked="checked"@endif>
@endif
@lang('forms.cancel_action')
@endsection