diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php
index 36841a5..fd4f820 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 12ab253..50bfc50 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 c051058..d1a0dd3 100644
--- a/resources/views/partials/content-search.blade.php
+++ b/resources/views/partials/content-search.blade.php
@@ -1,4 +1,4 @@
-