@if (!siteUrlSettings('site_logo') && !siteUrlSettings('site_icon'))

{{ siteUrlSettings('site_name') ?? 'Code Pagol' }}

@endif

{{ __('Forget Password') }}

@csrf
{{ __('Forgot your password? No problem. 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.') }}
@session('status')
{{ $value }}
@endsession {{ __('Back to Login Page?') }}