@php($errors = session()->get('modal_errors')) @if(isset($errors)) @include('layouts.partials.message') @endif {{-- header --}}
グループメンバー
{{-- contents --}}
グループ名 {{$approverGroup->group_name}}
@php($visible = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canUpdate) ? '' : 'hidden')
@csrf @method('put')
表示順 ユーザー
@foreach($details as $row) @php($id=is_array($row) ? $row['id'] : (property_exists($row, 'id') ? $row->id : '')) @if(!empty($id)) @endif @endforeach
{{-- script --}}