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