System table added

This commit is contained in:
CHIEFSOFT\ameye
2026-01-08 11:52:24 -05:00
parent cd030d8d12
commit 26d095afda
2 changed files with 181 additions and 4 deletions
+9 -4
View File
@@ -2,14 +2,19 @@ import React from "react";
export default function PaymentReportTable() {
return (<>
<div className="row">
<div className="col-md-12 m-b-30">
<div className="d-block d-sm-flex flex-nowrap align-items-center">
<div className="page-title mb-2 mb-sm-0">
<h4>Payments Report</h4>
</div>
</div>
</div>
</div>
<div className="row">
<div className="col-lg-12">
<div className="card card-statistics">
<div className="card-body">
<div className="page-title mb-2 mb-sm-0">
<h4>Payments Report</h4>
</div>
<div className="export-table-wrapper table-responsive">
<table id="export-table" className="table table-bordered">
<thead className="thead-light">