@extends('layouts.auth') @section('title', 'Forgot Password') @section('content')

Reset your password

Enter your email and we'll send you a reset link.

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@if ($errors->any())
{{ $errors->first() }}
@endif
@endsection