@extends('admin.layouts.master') @section('main_content')

{{ __('Reset Password') }}

@csrf
@if($global_setting->captcha_status == 'Show')
{!! captcha_img() !!}
@endif
@endsection