@php $logo = get_setting('app_logo'); @endphp {{-- Logo & Intro --}}
logo
{{ __('Forgot your password? Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.') }}
{{-- Status Notification (Reset link successfully sent) --}} @if (session('status'))
{{ session('status') }}
@endif {{-- Form Request Reset Password --}}
@csrf {{-- Input Email --}}
{{-- Error Validasi --}} @error('email')
{{ $message }}
@enderror
{{-- Button Kirim Link Reset Password --}} {{-- Back to Login --}}
{{-- Footer --}} {{ $footer_text }}