@extends('layouts.app', ['class' => '']) @section('content') @include('layouts.headers.guest')
{{ __tr('Reset Password') }}
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection