@extends('layouts.auth') @section('page-title') {{ __('Reset Password') }} @endsection @push('custom-scripts') @if(env('RECAPTCHA_MODULE') == 'on') {!! NoCaptcha::renderJs() !!} @endif @endpush @if (Session::has('success'))
{{ session('status') }}
@endif