@extends(Theme::viewName('layout')) @section('title', trans('auth.change_password_title')) @section('content')
{{ csrf_field() }} @if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if ($errors->has('password_confirmation')) @endif
@lang('forms.cancel_action')
@endsection