@extends('layouts.app') @section('title', 'Forgot Password') @section('content')
@if (session('status')) @endif
@csrf

Welcome to

Reset to your account to continue


@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection