@props([ 'session' => null, 'action', 'method' => 'POST', ])
@csrf @if($method !== 'POST') @method($method) @endif
@php $currentStatus = old('status', $session?->status ?? 'pending'); @endphp
Cancelar {{ $session ? 'Atualizar sessão' : 'Criar sessão' }}