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