@extends('layouts.auth') @section('content') @section('app_title','Reset - '.env('APP_NAME'))

Reset Password

@if (session('status')) @endif

We will send a link to reset your password

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