@extends('layouts.app') @section('content')
@csrf

Forgot password

@if (session('status')) @endif
@error('email') {{$message}} @enderror
@endsection