@php
$logo = get_setting('app_logo');
@endphp
{{-- Logo & Intro --}}
{{ __('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 --}}
{{-- Footer --}}
{{ $footer_text }}