@extends('theme::layouts.app', ['title' => __('auth.Reset Password')]) @section('content')
@lang('auth.Create a new password for your account')
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}