@extends('layouts.authentication') @section('content')

Forgot Password


@csrf
@if (session('status'))
{{ session('status') }}
@endif @endsection