fix(project-map): remove literal @if from HTML comment (Blade ParseError)

The tab-content wrapper comment contained the text '@if', which Blade
compiles even inside HTML comments, causing a ParseError on page load.
Reworded the comment to avoid the directive token.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-17 12:10:12 +02:00
parent ffd377cd39
commit 0fca7387e0
@@ -130,7 +130,7 @@
</a> </a>
</div> </div>
<!-- Tab Content (visibility controlled by Livewire @if, not DaisyUI) --> <!-- Tab Content: visibility controlled by Livewire conditionals, not DaisyUI -->
<div class="mt-2"> <div class="mt-2">
@if($activeTab === 'edit') @if($activeTab === 'edit')
@if($selectedFeature) @if($selectedFeature)