@extends('layouts.app') @section('content')
Create
<戻る
ここでポスターの情報入力します。

グループ

@csrf @method('POST')
@if (isset($group[0]))

ポスター

@csrf @method('POST')
@else

ポスターの入力は↑のグループ入れてからにして〜

@endif @endsection