@extends('layout.default') @section('content') @if ($errors->any()) @foreach($errors->all() as $error)

{{ $error }}

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

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

@endif

 

@if ($name !== 'scvtemplate') @endif @if (App\Libs\ConfHelper::usingPassword() || $name == 'scvtemplate') @endif @if ($name != "scvtemplate") @endif
@if ($flow_available) @else @endif @if ($flow_available) @endif
ID {{ $id }} グループID {{ $groupid }}
ユーザ {{ $name }} グループ名 {{$groupname}}
氏名 {{ $jpname }} 社員番号 {{ $employee_id }}
部署 {{ $department }} 役職 {{ $post }}
任意データ1 {{ $custom_data1 }} 任意データ2 {{ $custom_data2 }}
任意データ3 {{ $custom_data3 }}SCVFlowの承認権限 @if ($privilege) あり @else なし @endif
SCVFlowの承認グループ {{ $flow_group }}
Eメール {{ $email }} 備考 {{ $comment }}
登録日 {{ $created_at }} 更新日 {{ $updated_at }}
@stop @section('script') @stop