From d55fb80f3b579fc82bfc8f228066122e828e0e94 Mon Sep 17 00:00:00 2001 From: LailaWulandarii Date: Wed, 24 Dec 2025 23:21:38 +0700 Subject: [PATCH] add booking, detail, and payment views for photo packages --- resources/views/user/booking-foto.blade.php | 42 ++++ resources/views/user/detail-foto.blade.php | 215 ++++++++++++++++++ .../views/user/pembayaran-foto.blade.php | 177 ++++++++++++++ 3 files changed, 434 insertions(+) create mode 100644 resources/views/user/booking-foto.blade.php create mode 100644 resources/views/user/detail-foto.blade.php create mode 100644 resources/views/user/pembayaran-foto.blade.php diff --git a/resources/views/user/booking-foto.blade.php b/resources/views/user/booking-foto.blade.php new file mode 100644 index 0000000..b72f6e0 --- /dev/null +++ b/resources/views/user/booking-foto.blade.php @@ -0,0 +1,42 @@ +@extends('layouts.user') + +@section('title', 'Paket Foto - Florist dan Self Photo Studio Nganjuk') + +@section('content') +
+
+ +
+
+

Pilihan Paket Foto

+

Temukan beragam paket foto eksklusif dari Flo.do untuk momen terbaikmu

+
+
+ +
+
+
+ + @for ($i = 1; $i <= 8; $i++) +
+
+
+ Paket Foto +
+
+
Paket Self Photo {{ $i }}
+

Rp 85.000

+
+ +
+
+ @endfor + +
+
+
+ +
+
+@endsection diff --git a/resources/views/user/detail-foto.blade.php b/resources/views/user/detail-foto.blade.php new file mode 100644 index 0000000..7898183 --- /dev/null +++ b/resources/views/user/detail-foto.blade.php @@ -0,0 +1,215 @@ +@extends('layouts.user') + +@section('title', 'Detail Paket Foto - Florist dan Self Photo Studio Nganjuk') + +@section('content') +
+
+ +
+ +
+ +
+
+
+ Paket Single +
+
+
+
+
+

Single

+

Rp 20.000

+

Untuk 1 menit • 10 menit sesi foto sepuasnya • + 5 menit sesi pilih foto (jika ada yang diprint) +

+
+
+
+
+ +
Additional
+
+
+
+ Tambah orang untuk paket grup + Rp 15.000 +
+
+ + + +
+
+ +
+
+ Kostum boneka (onesize)/orang + Rp 10.000 +
+
+ + + +
+
+ +
+
+ Tambah print out foto 4R/lembar + Rp 7.000 +
+
+ + + +
+
+
+ +
+ +
+ +
+ +
+
+
+ +
+ Slot Anda akan dibatalkan otomatis dalam + 09:58 +
+ +

Pilih Tanggal dan Waktu Pemotretan

+ +

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

+ +
+
+ +
+ +
+ + + + June 2025 + + + +
+ +
+
Su
+
Mo
+
Tu
+
We
+
Th
+
Fr
+
Sa
+ +
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
+
+ +
+
Jam Tersedia
+ +
+ + + + + + + + +
+
+
+ +
+ + + + + Pesan Sekarang + + +
+
+
+ +
+
+
+ + +@endsection diff --git a/resources/views/user/pembayaran-foto.blade.php b/resources/views/user/pembayaran-foto.blade.php new file mode 100644 index 0000000..4acb313 --- /dev/null +++ b/resources/views/user/pembayaran-foto.blade.php @@ -0,0 +1,177 @@ +@extends('layouts.user') + +@section('title', 'Formulir Pemesanan Foto - Florist dan Self Photo Studio Nganjuk') + +@section('content') +
+
+ +
+
+

Formulir Pemesanan

+
+
+ +
+ @csrf +
+ +
+

Informasi Pemesan

+
+ +
+ + +
+ +
+ + +
+
+
+ +
+
+ Selesaikan pembayaran dalam + 00:58:58 +
+

Informasi Pembayaran

+ +
+
+ Jadwal Booking: +
+ Thursday, June 10, 2025 + 10:00 PM +
+
+
+ Paket Foto: +
+ Single + Rp 20.000 +
+
+
+ Additional: +
+
+ Kostum boneka (onesize) + x1 +
+ Rp 20.000 +
+
+
+ Total Pembayaran +
Rp 150.000
+
+

Transfer ke Rekening Berikut:

+
+
+
+
+ BCA +
+
+
+

1234567890

+

a.n Flo.do

+
+ +
+
+
+
+
+
+ BRI +
+
+
+

0987654321

+

a.n Flo.do

+
+ +
+
+
+
+ +

Upload Bukti Pembayaran

+
+ +
+ +

Upload Bukti Pembayaran

+

Max. 2 MB

+
+
+ +

+ *Note: Pastikan pembayaran sudah dilakukan sebelum mengunggah bukti, ya! +

+ +
+ Batalkan + +
+ +
+
+ +
+
+
+
+ + +@endsection