perbaikan jquery search data

This commit is contained in:
KhatamNugraha
2023-09-07 17:38:18 +07:00
parent b1b03bb91b
commit 9944dac2e4

View File

@ -91,7 +91,7 @@
</div>
<div class="card-body pt-6">
<form class="form_customer3" method="POST" action="{{ route($route[0] . '.export') }}">
<form class="form_customer3" >
<div class="form-check d-flex justify-content-end " style ="margin-right:45px">
<input class="form-check-input mycheck" type="checkbox" value="" id="selectAll">
<label class="form-check-label mycheck" for="" style="padding-left:5px">
@ -393,6 +393,7 @@
});
});
});
</script>
@endpush
</x-default-layout>