@extends('layouts.auth')
@section('title', 'Forgot Password')
@section('content')
{{ config('app.name') }}
@if ($errors->any())
Something went wrong!
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
Forgot Password? 🔒
Enter your email and we'll send you instructions to reset your password
@endsection