@extends('layouts.master') @section('content')

{{ __('messages.user.profile_and_settings') }}

@include('user.navEdit')
@if (!$user->isproductowner)

{{ __('messages.user.security') }}

{{ __('messages.user.change_password') }}

{!! __('messages.user.change_password_text', ['link' => route('user.passwordReset')]) !!}

@else
{{ __('messages.user.change_in_projectmanagement') }}
@endif
@endsection