@extends('auth.layout') @section('title') Reset Password @endsection @section('help_text') If you forgot your password, we’ll email you instructions to reset your password. @endsection @section('content')
@csrf @if (session('status')) @endif
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@endsection