@extends('task.layout') @section('content')
{{-- 見出し --}}

ルーブリック名 / 項目名

{{ $task->context_title }} {{ $task->title }}ブース移動

{{ $booth->name }} の発表者を別のブースに移動

{{-- エラーメッセージ --}} @if ($errors->any())
@endif
@csrf {{-- メンバー一覧 --}}
メンバー 一覧
@foreach ($boothUsers as $index => $user) @endforeach
選択 No. メンバー
{{ $index + 1 }} {{ $user['name'] }}
{{-- 移動先ブース --}}
{{-- 実行・キャンセル --}}
@endsection @push('scripts') @endpush