@extends('layouts.unauth') @section('content') Reset Password @if (Session::has('message')) {{ Session::get('message') }} @endif @csrf @if ($errors->has('email')) {{ $errors->first('email') }} @endif Send Password Reset Link @endsection