diff --git a/resources/views/home/index.blade.php b/resources/views/home/index.blade.php
index 3a16bec..0bc5a11 100644
--- a/resources/views/home/index.blade.php
+++ b/resources/views/home/index.blade.php
@@ -17,6 +17,7 @@
@push('scripts')
+
diff --git a/resources/views/livewire/booking-history.blade.php b/resources/views/livewire/booking-history.blade.php
index 45c80ec..d068684 100644
--- a/resources/views/livewire/booking-history.blade.php
+++ b/resources/views/livewire/booking-history.blade.php
@@ -83,7 +83,8 @@ class="text-left w-full bg-transparent px-4 py-2 text-sm font-normal text-neutra
Mendatang
@foreach ($upcomingHistories as $history)
-
+
{{ $history->reason_to_booking }} | R. {{ str_replace('Ruang ', '', $history->lab->name) }}
@@ -96,11 +97,10 @@ class="text-left w-full bg-transparent px-4 py-2 text-sm font-normal text-neutra
{{ $history->start_time }} - {{ $history->end_time }}
-
@@ -131,6 +131,37 @@ class="text-left w-full bg-transparent px-4 py-2 text-sm font-normal text-neutra
{{ $loadAmount }}
+ @push('scripts')
+
+
+ @endpush
diff --git a/resources/views/livewire/schedule-calendar.blade.php b/resources/views/livewire/schedule-calendar.blade.php
index 2e3c6b9..7cac075 100644
--- a/resources/views/livewire/schedule-calendar.blade.php
+++ b/resources/views/livewire/schedule-calendar.blade.php
@@ -1,7 +1,7 @@
-