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

Forgot Password

Input your email and we will send you reset password link.

@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@csrf
{{--
--}} @error('data')
{{ $message }}
@enderror

Remember your account? Log in.

@endsection