@extends($activeTemplate . 'layouts.master')
@section('content')
@php
$user = auth()->user();
$auth = getContent('auth_page.content', true);
@endphp
@if (!$user->ts)
@endif
{{ __($pageTitle) }}
@lang('Update your account password to strengthen security and protect your account').
@lang('Change Now')
@endsection