@extends('layouts.app2') @section('content')
{!! csrf_field() !!}
@if ($captcha == "enable" && isset($captchaCredentials->site_key))
@endif

{{ __('Forgot your password?') }} {{ __('Reset') }}

@endsection @section('js') @endsection