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

Security Settings

These settings are helps you keep your account secure.

Change Password

Set a unique password to protect your account.

{{-- @if (count($errors))

@foreach ($errors->all() as $error)

{{$error}}

@endforeach

@endif --}}
{{ \Helpers::getAcronym($user->FullName) }}
{{-- --}}
@php $filterAction = array( array( 'label' => 'Submit', 'type' => 'primary', 'click' => '', ) ); @endphp
@csrf @endsection