@extends('layouts.main') @section('content') Reset Password @if (session('status')) {{ session('status') }} @endif {{csrf_field()}} Enter your email to help us identify you. @if ($errors->has('email')) {{ $errors->first('email') }} @endif Send Reset Instruction Return to login @endsection @section('css') @endsection @section('js') @endsection
Enter your email to help us identify you.
Send Reset Instruction