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