Remove unnecessary blank lines in PageController, footer, and navigation Blade templates for cleaner code structure.

This commit is contained in:
Ümit Tunç
2025-10-03 13:01:37 -03:00
parent 9cc36297ea
commit fa136f4948
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -66,3 +66,5 @@ class PageController extends Controller
}
}
@@ -59,3 +59,5 @@
</div>
</footer>
@@ -125,3 +125,5 @@
<!-- Spacer for fixed navigation -->
<div class="h-20"></div>