@extends($activeTemplate . 'layouts.frontend') @section('content')

@lang('Your account is verified successfully. Now you can change your password. Please enter a strong password and don\'t share it with anyone.')

@csrf
@if ($general->secure_password)

@lang('1 small letter minimum')

@lang('1 capital letter minimum')

@lang('1 number minimum')

@lang('1 special character minimum')

@lang('6 character password')

@endif
@endsection @if ($general->secure_password) @push('script-lib') @endpush @endif @push('script') @endpush