{{-- Errors --}}
@if (isset($errors) && $errors->any())
@endif
{{-- Flash Messages --}}
@if (session()->has('flash_notification'))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
@include('flash::message')
@endif
{{-- Title --}}
@php
$passwordReset ??= [];
@endphp
{{ t('reset_password') }}
{{ t('do_not_have_an_account') }}
{{ t('sign_up_') }}