@extends("layouts.app_new") @section("title") Dashboard Login @endsection @section("content") Forget password {{ csrf_field() }} @if ($errors->has('email')) {{ $errors->first('email') }} @endif {!! app('captcha')->display() !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif Send Password Reset Link @endsection @section('script') {!! NoCaptcha::renderJs() !!} @endsection