From 4af592b05f269d9a6bbbe2fbbdcf2387b173c796 Mon Sep 17 00:00:00 2001 From: LailaWulandarii Date: Fri, 26 Dec 2025 21:33:50 +0700 Subject: [PATCH] add paket foto views (paket foto n additional) including crud modal --- .../views/admin/paket-foto/index.blade.php | 119 ++++++++++++++++ .../modal-create-additional.blade.php | 39 ++++++ .../partials/modal-create-foto.blade.php | 128 ++++++++++++++++++ .../modal-delete-additional.blade.php | 53 ++++++++ .../partials/modal-delete-foto.blade.php | 53 ++++++++ .../partials/modal-edit-additional.blade.php | 38 ++++++ .../partials/modal-edit-foto.blade.php | 127 +++++++++++++++++ .../partials/modal-show-foto.blade.php | 97 +++++++++++++ 8 files changed, 654 insertions(+) create mode 100644 resources/views/admin/paket-foto/index.blade.php create mode 100644 resources/views/admin/paket-foto/partials/modal-create-additional.blade.php create mode 100644 resources/views/admin/paket-foto/partials/modal-create-foto.blade.php create mode 100644 resources/views/admin/paket-foto/partials/modal-delete-additional.blade.php create mode 100644 resources/views/admin/paket-foto/partials/modal-delete-foto.blade.php create mode 100644 resources/views/admin/paket-foto/partials/modal-edit-additional.blade.php create mode 100644 resources/views/admin/paket-foto/partials/modal-edit-foto.blade.php create mode 100644 resources/views/admin/paket-foto/partials/modal-show-foto.blade.php diff --git a/resources/views/admin/paket-foto/index.blade.php b/resources/views/admin/paket-foto/index.blade.php new file mode 100644 index 0000000..054bc74 --- /dev/null +++ b/resources/views/admin/paket-foto/index.blade.php @@ -0,0 +1,119 @@ +@extends('layouts.admin') + +@section('title', 'Paket Foto') + +@section('content') +
+ + +
+
+ + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + +
No.Nama PaketDeskripsiHargaFotoAksi
Graidenvehicula.aliquet@semconsequat.co.uk076 4820 8838OffenburgOffenburg + + + + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + +
No.Nama AdditionalHargaAksi
Graidenvehicula.aliquet@semconsequat.co.uk076 4820 8838 + + + + + + +
+
+ +
+
+
+ +
+ @include('admin.paket-foto.partials.modal-create-foto') + @include('admin.paket-foto.partials.modal-show-foto') + @include('admin.paket-foto.partials.modal-edit-foto') + @include('admin.paket-foto.partials.modal-delete-foto') + @include('admin.paket-foto.partials.modal-create-additional') + @include('admin.paket-foto.partials.modal-edit-additional') + @include('admin.paket-foto.partials.modal-delete-additional') + +@endsection diff --git a/resources/views/admin/paket-foto/partials/modal-create-additional.blade.php b/resources/views/admin/paket-foto/partials/modal-create-additional.blade.php new file mode 100644 index 0000000..0de65af --- /dev/null +++ b/resources/views/admin/paket-foto/partials/modal-create-additional.blade.php @@ -0,0 +1,39 @@ + diff --git a/resources/views/admin/paket-foto/partials/modal-create-foto.blade.php b/resources/views/admin/paket-foto/partials/modal-create-foto.blade.php new file mode 100644 index 0000000..f2986de --- /dev/null +++ b/resources/views/admin/paket-foto/partials/modal-create-foto.blade.php @@ -0,0 +1,128 @@ + + diff --git a/resources/views/admin/paket-foto/partials/modal-delete-additional.blade.php b/resources/views/admin/paket-foto/partials/modal-delete-additional.blade.php new file mode 100644 index 0000000..619ba00 --- /dev/null +++ b/resources/views/admin/paket-foto/partials/modal-delete-additional.blade.php @@ -0,0 +1,53 @@ + + diff --git a/resources/views/admin/paket-foto/partials/modal-delete-foto.blade.php b/resources/views/admin/paket-foto/partials/modal-delete-foto.blade.php new file mode 100644 index 0000000..b881445 --- /dev/null +++ b/resources/views/admin/paket-foto/partials/modal-delete-foto.blade.php @@ -0,0 +1,53 @@ + + diff --git a/resources/views/admin/paket-foto/partials/modal-edit-additional.blade.php b/resources/views/admin/paket-foto/partials/modal-edit-additional.blade.php new file mode 100644 index 0000000..3f4d4f0 --- /dev/null +++ b/resources/views/admin/paket-foto/partials/modal-edit-additional.blade.php @@ -0,0 +1,38 @@ + diff --git a/resources/views/admin/paket-foto/partials/modal-edit-foto.blade.php b/resources/views/admin/paket-foto/partials/modal-edit-foto.blade.php new file mode 100644 index 0000000..6779dae --- /dev/null +++ b/resources/views/admin/paket-foto/partials/modal-edit-foto.blade.php @@ -0,0 +1,127 @@ + + diff --git a/resources/views/admin/paket-foto/partials/modal-show-foto.blade.php b/resources/views/admin/paket-foto/partials/modal-show-foto.blade.php new file mode 100644 index 0000000..50385ac --- /dev/null +++ b/resources/views/admin/paket-foto/partials/modal-show-foto.blade.php @@ -0,0 +1,97 @@ + +