@extends('auth.layout') @section('title') Reset Password @endsection @section('help_text') Create a new password @endsection @section('content')
@csrf @if (session('status')) @endif
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@endsection