diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php
index 36841a55..fd4f8200 100644
--- a/resources/views/index.blade.php
+++ b/resources/views/index.blade.php
@@ -10,7 +10,7 @@
{!! get_search_form(false) !!}
@endif
- @while (have_posts()) @php(the_post())
+ @while (have_posts()) @php the_post() @endphp
@include('partials.content-'.get_post_type())
@endwhile
diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php
index 12ab2533..50bfc50e 100644
--- a/resources/views/layouts/app.blade.php
+++ b/resources/views/layouts/app.blade.php
@@ -1,8 +1,8 @@
-
+
@include('partials.head')
-
- @php(do_action('get_header'))
+
+ @php do_action('get_header') @endphp
@include('partials.header')
']) !!}
diff --git a/resources/views/partials/content-search.blade.php b/resources/views/partials/content-search.blade.php
index c0510585..d1a0dd33 100644
--- a/resources/views/partials/content-search.blade.php
+++ b/resources/views/partials/content-search.blade.php
@@ -1,4 +1,4 @@
-