@extends('templates.login') @section('container')

{{ $title }}

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

@csrf
@error('email')
{{ $message }}
@enderror

Remember your password? Sign in

@endsection