@extends('task.layout')
@section('content')
{{-- 見出し --}}
ルーブリック名 / 項目名
{{ $task->context_title }} {{ $task->title }}ブース移動
{{ $booth->name }} の発表者を別のブースに移動
{{-- エラーメッセージ --}}
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@push('scripts')
@endpush