@extends('layouts.app') @section('title') Reset Password - {{ env('APP_NAME') }} @endsection @section('alert') @if (session('status')) @endif @endsection @section('content')

Reset Password

@csrf

Email Address

@error('email')
{{ $message }}
@enderror

@endsection