From 09f3e2af7a2488eb65cef5a69d4280693f4c6481 Mon Sep 17 00:00:00 2001 From: LailaWulandarii Date: Fri, 26 Dec 2025 21:32:22 +0700 Subject: [PATCH] add beranda views (admin n owner) including modal show history and order --- resources/views/admin/beranda/admin.blade.php | 23 +- .../beranda/partials/modal-buket.blade.php | 261 +++++++++++++++++ .../beranda/partials/modal-foto.blade.php | 264 ++++++++++++++++++ .../beranda/partials/modal-riwayat.blade.php | 194 +++++++++++++ .../beranda/partials/modal-show.blade.php | 4 +- .../views/admin/beranda/pemilik.blade.php | 25 +- 6 files changed, 751 insertions(+), 20 deletions(-) create mode 100644 resources/views/admin/beranda/partials/modal-buket.blade.php create mode 100644 resources/views/admin/beranda/partials/modal-foto.blade.php create mode 100644 resources/views/admin/beranda/partials/modal-riwayat.blade.php diff --git a/resources/views/admin/beranda/admin.blade.php b/resources/views/admin/beranda/admin.blade.php index a09c406..b1ea2d8 100644 --- a/resources/views/admin/beranda/admin.blade.php +++ b/resources/views/admin/beranda/admin.blade.php @@ -28,7 +28,8 @@ Komentar dia... cb - + @@ -62,7 +63,8 @@ Komentar dia... cb - + @@ -128,11 +130,12 @@

Congratulations

- -

Congratulations

+ + Selesai - + @@ -174,11 +177,12 @@

Congratulations

- -

Congratulations

+ + Selesai - + @@ -193,4 +197,7 @@ + @include('admin.beranda.partials.modal-buket') + @include('admin.beranda.partials.modal-foto') + @include('admin.beranda.partials.modal-riwayat') @endsection diff --git a/resources/views/admin/beranda/partials/modal-buket.blade.php b/resources/views/admin/beranda/partials/modal-buket.blade.php new file mode 100644 index 0000000..46455dd --- /dev/null +++ b/resources/views/admin/beranda/partials/modal-buket.blade.php @@ -0,0 +1,261 @@ + + +{{-- MODAL GAMBAR --}} + + + +{{-- MODAL TOLAK --}} + + +{{-- MODAL TERIMA --}} + + diff --git a/resources/views/admin/beranda/partials/modal-foto.blade.php b/resources/views/admin/beranda/partials/modal-foto.blade.php new file mode 100644 index 0000000..3b23c70 --- /dev/null +++ b/resources/views/admin/beranda/partials/modal-foto.blade.php @@ -0,0 +1,264 @@ + + +{{-- MODAL GAMBAR --}} + + + +{{-- MODAL TOLAK --}} + + +{{-- MODAL TERIMA --}} + + diff --git a/resources/views/admin/beranda/partials/modal-riwayat.blade.php b/resources/views/admin/beranda/partials/modal-riwayat.blade.php new file mode 100644 index 0000000..ab7e789 --- /dev/null +++ b/resources/views/admin/beranda/partials/modal-riwayat.blade.php @@ -0,0 +1,194 @@ +{{-- RIWAYAT BUKET --}} + + +{{-- RIWAYAT FOTO --}} + + +{{-- MODAL GAMBAR --}} + + + diff --git a/resources/views/admin/beranda/partials/modal-show.blade.php b/resources/views/admin/beranda/partials/modal-show.blade.php index bb60632..63d0c13 100644 --- a/resources/views/admin/beranda/partials/modal-show.blade.php +++ b/resources/views/admin/beranda/partials/modal-show.blade.php @@ -5,9 +5,7 @@ - @include('admin.beranda.partials.modal-show') + @include('admin.beranda.partials.modal-buket') + @include('admin.beranda.partials.modal-foto') + @include('admin.beranda.partials.modal-riwayat') @endsection