@php /** @var bool $showV1 */ /** @var bool $showV2 */ /** @var string $v1Url */ /** @var string $v2Url */ @endphp
@if ($showV1) V1 @endif @if ($showV2) V2 @endif