ルーブリック名 / 項目名
{{ $task->context_title }} {{ $task->title }} グループ編集
{{-- エラーメッセージ --}}
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{{-- CSV アップロード --}}
{{-- CSVファイルのバリデーション --}}
@if (!empty($csvErrors))
@foreach ($csvErrors as $error)
- {{ $error }}
@endforeach
@endif
@if (!empty($groupUsers) && empty($filename))
このグループ構成は 登録済み のものです。
@endif
@if (!empty($groupUsers))
@endif
@endsection
@push('scripts')
@endpush