From aea73473f6e8f5cde67a8b5a11bf1fe4a5697142 Mon Sep 17 00:00:00 2001 From: bernardhanna Date: Thu, 12 Sep 2024 10:10:13 +0100 Subject: [PATCH] Update home.blade.php removing chatbot --- resources/views/static/home.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/static/home.blade.php b/resources/views/static/home.blade.php index eec8790e9..95e7bf369 100644 --- a/resources/views/static/home.blade.php +++ b/resources/views/static/home.blade.php @@ -69,6 +69,6 @@ @endsection @push('scripts') - @include('static.chatbot') + {{-- @include('static.chatbot') --}} @include('static.countdown') @endpush