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

Reset your password

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

@if (session('success'))

{{ session('success') }}

@endif @if ($errors->any())

{{ $errors->first() }}

@endif
@csrf
@endsection