diff --git a/app/Views/itemwise_report_with_payment_method.php b/app/Views/itemwise_report_with_payment_method.php
index 258bcb2f..4ca7a9b3 100644
--- a/app/Views/itemwise_report_with_payment_method.php
+++ b/app/Views/itemwise_report_with_payment_method.php
@@ -69,7 +69,8 @@
"order": [
[0, 'desc']
],
- "dom": 'Bfrtip',
+ "dom": '<"row mb-3"<"col-md-6 d-flex align-items-center"B><"col-md-6 d-flex justify-content-end"f>>rtip',
+
buttons: [{
extend: 'print',
title: 'Expired Invoice Report',
diff --git a/app/Views/received_payments_report.php b/app/Views/received_payments_report.php
index 0173f488..8d54057a 100644
--- a/app/Views/received_payments_report.php
+++ b/app/Views/received_payments_report.php
@@ -64,7 +64,7 @@
$(document).ready(function () {
var table = $('#datatable-buttons').DataTable({
// "order": [[0, 'desc']],
- "dom": 'Bfrtip',
+ "dom": '<"row mb-3"<"col-md-6 d-flex align-items-center"B><"col-md-6 d-flex justify-content-end"f>>rtip',
buttons: [
{
extend: 'print',
diff --git a/app/Views/report_book_publish.php b/app/Views/report_book_publish.php
index 504b2bb4..89624692 100755
--- a/app/Views/report_book_publish.php
+++ b/app/Views/report_book_publish.php
@@ -31,9 +31,12 @@
-
-
+
\ No newline at end of file
+
diff --git a/app/Views/report_general_invoice.php b/app/Views/report_general_invoice.php
index 30dbf33d..64756a52 100755
--- a/app/Views/report_general_invoice.php
+++ b/app/Views/report_general_invoice.php
@@ -34,9 +34,12 @@