@props([ 'participant' => null, 'action', 'method' => 'POST', ])
@csrf @if($method !== 'POST') @method($method) @endif
Cancelar {{ $participant ? 'Atualizar' : 'Criar' }}