@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
is_admin)) checked="checked"@endif>
@lang('forms.cancel_action')
@endsection