From 6557d4aa5f0e75415a425afefe89b361b67ac10a Mon Sep 17 00:00:00 2001 From: micko samawa Date: Mon, 29 Jun 2026 09:21:25 +0700 Subject: [PATCH] style: format jam_survei to HH.ii format without seconds in admin views --- spk_kontrakan/resources/views/admin/bookings/index.blade.php | 2 +- spk_kontrakan/resources/views/admin/bookings/show.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spk_kontrakan/resources/views/admin/bookings/index.blade.php b/spk_kontrakan/resources/views/admin/bookings/index.blade.php index ed7e26b..ce14c01 100644 --- a/spk_kontrakan/resources/views/admin/bookings/index.blade.php +++ b/spk_kontrakan/resources/views/admin/bookings/index.blade.php @@ -178,7 +178,7 @@ @if($booking->jam_survei) - Pukul {{ $booking->jam_survei }} WIB + Pukul {{ date('H.i', strtotime($booking->jam_survei)) }} WIB @endif
diff --git a/spk_kontrakan/resources/views/admin/bookings/show.blade.php b/spk_kontrakan/resources/views/admin/bookings/show.blade.php index cb729ee..f3c5e5a 100644 --- a/spk_kontrakan/resources/views/admin/bookings/show.blade.php +++ b/spk_kontrakan/resources/views/admin/bookings/show.blade.php @@ -199,7 +199,7 @@ class="rounded me-3" style="width: 120px; height: 90px; object-fit: cover;"> @if($booking->jam_survei)
- Pukul {{ $booking->jam_survei }} WIB + Pukul {{ date('H.i', strtotime($booking->jam_survei)) }} WIB
@endif Survei