@props([ 'connection', 'ad', 'redirectTo' => 'show', 'variant' => 'button', ]) @php $initialPostName = old('post_name', $ad->post_name ?? ''); $initialResultType = old('result_type', $ad->result_type ?? \App\Models\MetaAd::RESULT_TYPE_INTERACTION); $modalEventName = 'open-meta-ad-config-'.$ad->id; $isTable = $variant === 'table'; @endphp @if ($isTable) @else @endif