@if (Session::has('flash_msg'))

{{ Session::get('flash_msg')}}

@endif @if (Session::has('success'))

{{ Session::get('success') }}

@endif @if ($errors->any()) @foreach($errors->all() as $error)

{{ $error }}

@endforeach @endif @if (App\Libs\ADHelper::isScvxKerberos())

AD連携/Kerberos認証モードです。パスワードの変更はできません。

@elseif (App\Libs\ADHelper::isScvxSaml())

SAML認証モードです。パスワードの変更はできません。

@elseif (App\Libs\ConfHelper::usingPassword())
@endif

{{config('scv.copyright')}}