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