@extends('layouts.admin') @section('content')
@foreach ($errors->all() as $error) @endforeach
@csrf

{{Helper::getLang('User Profile')}}

{{Helper::getLang('Your account info. your username will be publicly visible.')}}

{{Helper::getLang('Change Password')}}

{{Helper::getLang('Changing your sign in password is an easy way to keep your account secure.')}}

{{Helper::getLang('password is required')}}
{{Helper::getLang('new password is required')}} {{Helper::getLang('new password should have minimum 8 characters')}}
{{Helper::getLang('password didn\'t match')}}
@endsection @section('scripts') @if(session()->has('success_update') == true) @php session()->forget('success_update') @endphp @endif @endsection