@extends('layouts.app') @section('content')
{{ __('Reset Password') }}
@if($settings->mail_username == 'bd0aba9599a01e' && $settings->mail_password == 'ba05d75b32646a')
  • Mail configuration is not setup correctly. Won't be able to sent reset link.
@else @if (session('status')) @endif @endif
@csrf
@error('email') {{ $message }} @enderror
@endsection