@extends('layouts.app') @section('content')
{{ __('Reset Password') }}
@if (session('status')) @endif
@csrf
{{ __('E-Mail Address') }} @if ($errors->has('email')) {{ $errors->first('email') }} @endif

{{ __('Login') }} @if(setting('auth.allow_registration')) | {{ __('Register') }} @endif
@endsection