delete push script

This commit is contained in:
LailaWulandarii 2026-01-10 19:21:50 +07:00
parent f9ec292799
commit 71f381b069
1 changed files with 47 additions and 49 deletions

View File

@ -156,8 +156,6 @@
</section> </section>
@include('admin.paket-foto.partials.modal-create-foto') @include('admin.paket-foto.partials.modal-create-foto')
@include('admin.paket-foto.partials.modal-create-additional') @include('admin.paket-foto.partials.modal-create-additional')
@push('scripts')
<script> <script>
// FUNGSI PREVIEW UNIVERSAL (Bisa untuk Create & Edit) // FUNGSI PREVIEW UNIVERSAL (Bisa untuk Create & Edit)
function previewImage(input, previewId, placeholderId) { function previewImage(input, previewId, placeholderId) {
@ -213,5 +211,5 @@ function showImage(src) {
new bootstrap.Modal(document.getElementById('modalImagePreview')).show(); new bootstrap.Modal(document.getElementById('modalImagePreview')).show();
} }
</script> </script>
@endpush
@endsection @endsection