@stack('header_script') @include('backend.layouts.header') @if(config('app.locale') == 'bn') @endif

@lang('user.reset_your_pass')

@lang('user.enter_new_pass')

@csrf
@error('password')
{{$message}}
@enderror
@error('confirm_password')
{{$message}}
@enderror

Don't have an account? Sign up
@stack('footer_script')