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:
@@ -130,7 +130,7 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Tab Content (visibility controlled by Livewire @if, not DaisyUI) -->
|
||||
<!-- Tab Content: visibility controlled by Livewire conditionals, not DaisyUI -->
|
||||
<div class="mt-2">
|
||||
@if($activeTab === 'edit')
|
||||
@if($selectedFeature)
|
||||
|
||||
Reference in New Issue
Block a user