Refactor Footer Template Logic: Commented out the fallback logic for footer templates in the PageController to streamline rendering. Updated the site layout to check for non-empty rendered footer content, enhancing the footer display logic. Cleaned up the home template by removing unnecessary characters and ensuring proper formatting.

This commit is contained in:
Ümit Tunç
2025-12-31 22:08:10 +03:00
parent a2827c5d7a
commit b345c6f71c
3 changed files with 11 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
@extends('layouts.site')
Ş
@section('title', 'Anasayfa')
@section('content')
@@ -343,4 +343,4 @@ Teknoloji ve yazılım odaklı bir güç olarak, işletmenizin dijital çağa ta
<!-- /.container -->
</section>
@endsection
@endsection