@extends('layout.default') @section('content') @if (App\Libs\ADHelper::isScvxKerberos())

AD連携/Kerberos認証モードです。登録ユーザだけがSCVを利用することができます。

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

LDAP認証モードです。登録ユーザだけがSCVを利用することができます。

@else

登録ユーザだけがSCVXを利用することができます。

@endif
@if(App\Libs\ADHelper::canLdapSettings())
@endif
{!! $scvusers->render() !!}
@if(Auth::user()->organization_id == "1") @endif @foreach($scvusers as $scvuser) @if(Auth::user()->organization_id == "1") @endif @endforeach
ID ユーザ 氏名組織グループ email 備考 登録日 更新日
{{$scvuser->id}} {{$scvuser->name}} {{$scvuser->jpname}}{{$scvuser->org_name}}{{$scvuser->groupname}} {{$scvuser->email}} {{$scvuser->comment}} {{$scvuser->created_at}} {{$scvuser->updated_at}}
{!! $scvusers->render() !!}
@endsection