@extends('layouts/default') {{-- Page title --}} @section('title') Change your Email @stop {{-- Account page content --}} @section('content')

{{ trans('general.changeemail') }}

@if (config('app.lock_passwords') && ($user->id))

{{ trans('admin/users/table.lock_passwords') }}

@endif
id)) ? ' disabled' : '') }}> {!! $errors->first('email', ' :message') !!}
id)) ? ' disabled' : '') }}> {!! $errors->first('email_confirm', ' :message') !!}
id)) ? ' disabled' : '') }}> {!! $errors->first('current_password', ' :message') !!}

{{ trans('button.cancel') }}
@stop