{{ session('status') }}
@endif
@include('partials._header_forms',['title'=> 'Promijeni lozinku'])
@if (count($errors) > 0)
{{ trans('forms.general_error') }}
@endif
@include('profile.password_fields')