@if(isset(request()->id)) {{-- 更新 --}}
@else {{-- 登録 --}} @endif {{csrf_field()}} {{-- 編集中のチーム --}} {{Form::hidden('edit_team_id', tn_optional($editTeam)->id, ['id' => 'edit_team_id'])}} {{Form::hidden('IsDelete', false, ['id' => 'IsDelete'])}} {{Form::hidden('Password', null, ['id' => 'Password'])}} {{-- 編集チーム切替 --}}

編集チーム切替

{!! Form::n_select( 'TeamGroupList', $teamGroupList, tn_optional($editTeam)->trz_team_group_id , Message::get('C00001') , [ 'id' => 'TeamClassific', 'class' => 'form-control team-group-cbx' ], null ) !!}
@include('team.partial.modify.group_team_list', array('teamListByGroupId' => $teamListByGroupId, 'editTeamId' => tn_optional($editTeam)->id))
@include('team.partial.modify.base_setting', array('isBaseSettingActive' => $isBaseSettingActive)) @if(!$isRegister) @include('team.partial.modify.member_structure', array('isMemberStructureActive' => $isMemberStructureActive)) @endif @if(!$isRegister && $ppLinkFlg) @include('team.partial.modify.pp_link') @endif
@if(!$isRegister) チームの削除 @endif チーム一覧へ戻る
@include('team.partial.team_balance_modal')
@include('team.partial.modify.team_structure_members', array( 'teamMember' => null, 'index' => '', 'role' => '', 'isShowUp' => false, 'isShowDown' => false, ) )