From 0fca7387e0353d55a7bf61adc4656c5c163b3c64 Mon Sep 17 00:00:00 2001 From: javier Date: Wed, 17 Jun 2026 12:10:12 +0200 Subject: [PATCH] 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) --- resources/views/livewire/projects/project-map.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/projects/project-map.blade.php b/resources/views/livewire/projects/project-map.blade.php index 109726f..771592a 100644 --- a/resources/views/livewire/projects/project-map.blade.php +++ b/resources/views/livewire/projects/project-map.blade.php @@ -130,7 +130,7 @@ - +
@if($activeTab === 'edit') @if($selectedFeature)