@extends('auth.layout.app') @section('title', __("Reset Password")) @section('cardTitle', __('Reset Password')) @section('cardText', __('Enter your email address to send a reset link')) @section('content')
@error('username') {{ $message }} @enderror
{{__("Did you remember your password?")}} {{__('Sign In')}}