{{-- --}}
Login Illustration

Create New Password

@csrf
Show Password
Show Password
{{-- @if (session('success')) @endif @if ($errors->any()) @endif --}} @if (session('success') || $errors->any())
@if (session('success'))
Success {{ session('success') }}
@elseif ($errors->any())
Error @foreach ($errors->all() as $error) {{ $error }} @endforeach
@endif
@endif