diff --git a/resources/views/user/detail-foto.blade.php b/resources/views/user/detail-foto.blade.php index c34f257..0618321 100755 --- a/resources/views/user/detail-foto.blade.php +++ b/resources/views/user/detail-foto.blade.php @@ -18,7 +18,7 @@ @csrf {{-- Kotak simpan data sementara di dalam form --}} - +
@@ -35,8 +35,16 @@ class="detailfoto-thumb rounded-4">

{{ $foto->nama }}

-

Rp {{ number_format($foto->harga, 0, ',', '.') }} -

+
+

+ Rp {{ number_format($foto->harga, 0, ',', '.') }} +

+ | + + {{ $foto->durasi }} Menit Sesi + +

{{ $foto->deskripsi }}

@@ -78,10 +86,12 @@ class="detailfoto-thumb rounded-4"> 10:00

Pilih Tanggal dan Waktu

+

Slot abu-abu berarti jadwal sudah penuh. Silakan pilih waktu lain yang + tersedia.

-
+
@include('user.components.calendar-grid')
@@ -89,13 +99,16 @@ class="detailfoto-thumb rounded-4">
Jam Tersedia
@for ($hour = 9; $hour <= 20; $hour++) + {{-- Slot Jam Genap (contoh: 09:00) --}} + + {{-- Slot Jam Setengah (contoh: 09:30) --}} @endfor
@@ -113,12 +126,13 @@ class="detailfoto-thumb rounded-4">
- + @endsection