@extends('layout') @section('content')
Reset Password
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection