diff --git a/resources/views/blog/show.blade.php b/resources/views/blog/show.blade.php index d59a950..c6a69dc 100644 --- a/resources/views/blog/show.blade.php +++ b/resources/views/blog/show.blade.php @@ -405,4 +405,34 @@ + +@push('scripts') + +@endpush @endsection diff --git a/resources/views/partials/header.blade.php b/resources/views/partials/header.blade.php index 28b1c48..ac05b68 100644 --- a/resources/views/partials/header.blade.php +++ b/resources/views/partials/header.blade.php @@ -98,8 +98,8 @@ $isHomepage = $currentRoute === 'homepage' || $currentPath === '/' || request()- -