@extends('layouts.guest') @section('title', 'Login') @section('content')
@method('POST') @csrf
@include('includes.alerts')

Forgot Password

@endsection