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