@extends('admin.layouts.login_master') @section('metatags') @stop @section('seoPageTitle') {{ $pageTitle }} @stop @section('styles') @parent {!! RecaptchaV3::initJs() !!} @stop @section('content')
getMeta('theme_color')) style="background-color: {{$websiteSettings->getMeta('theme_color')}}" @endif>
{{ Form::open(array('url' => apa('reset-password-admin') ,'files'=>true,'id'=>'reset_password')) }}
{!! RecaptchaV3::field('reset_password') !!}
{{ Form::close() }} @stop @section('scripts') @parent @stop