@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')
@csrf

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

{{__("Did you remember your password?")}} {{__('Sign In')}}

OR
{{__('Reset Using Phone No')}}
@endsection