This commit is contained in:
CHIEFSOFT\ameye
2024-12-06 22:52:44 -05:00
parent c8bf4069fc
commit 79f3f7542d
+13 -18
View File
@@ -36,11 +36,11 @@ export default function HomeSections(){
<div className="w-100"> <div className="w-100">
<div className="row p-3"> <div className="row p-3">
<div className="col"> <div className="col">
<h3 className="mb-0">$65,456</h3> <h3 className="mb-0">0</h3>
<small className="d-block">Last 6 months</small> <small className="d-block">Last 2 months</small>
</div> </div>
<div className="col text-right"> <div className="col text-right">
<h5 className="text-muted mb-0">Revenue</h5> <h5 className="text-muted mb-0">Contacts</h5>
<strong className="text-danger m-t-5"><i <strong className="text-danger m-t-5"><i
className="zmdi zmdi-long-arrow-up font-weight-bold"></i> N/A</strong> className="zmdi zmdi-long-arrow-up font-weight-bold"></i> N/A</strong>
</div> </div>
@@ -60,13 +60,13 @@ export default function HomeSections(){
<div className="w-100"> <div className="w-100">
<div className="row p-3"> <div className="row p-3">
<div className="col"> <div className="col">
<h3 className="mb-0">52%</h3> <h3 className="mb-0">0</h3>
<small className="d-block">Past 12 hours</small> <small className="d-block">Past 12 hours</small>
</div> </div>
<div className="col text-right"> <div className="col text-right">
<h5 className="text-muted mb-0">Conversion Rate</h5> <h5 className="text-muted mb-0">Site Traffic</h5>
<strong className="text-primary m-t-5"><i <strong className="text-primary m-t-5"><i
className="zmdi zmdi-long-arrow-up font-weight-bold"></i> 5.35%</strong> className="zmdi zmdi-long-arrow-up font-weight-bold"></i> 0.00%</strong>
</div> </div>
</div> </div>
<div className="apexchart-wrapper"> <div className="apexchart-wrapper">
@@ -85,13 +85,13 @@ export default function HomeSections(){
<div className="w-100"> <div className="w-100">
<div className="row p-3"> <div className="row p-3">
<div className="col"> <div className="col">
<h3 className="mb-0">605</h3> <h3 className="mb-0">0</h3>
<small className="d-block">Last 90 days</small> <small className="d-block">Last 14 days</small>
</div> </div>
<div className="col text-right"> <div className="col text-right">
<h5 className="text-muted mb-0">Transactions</h5> <h5 className="text-muted mb-0">Appointments</h5>
<strong className="text-orange m-t-5"><i <strong className="text-orange m-t-5"><i
className="zmdi zmdi-long-arrow-up font-weight-bold"></i> 4.65%</strong> className="zmdi zmdi-long-arrow-up font-weight-bold"></i> 0.00%</strong>
</div> </div>
</div> </div>
</div> </div>
@@ -277,11 +277,10 @@ export default function HomeSections(){
<table id="datatable-buttons" className="table"> <table id="datatable-buttons" className="table">
<thead> <thead>
<tr> <tr>
<th>No.</th> <th style={{width: '30px'}}>#.</th>
<th>Name</th> <th>Name</th>
<th>Date</th> <th style={{width: '100px'}}>Description</th>
<th>Total</th> <th style={{width: '100px'}}>Status</th>
<th>Status</th>
</tr> </tr>
</thead> </thead>
<tbody className="text-muted"> <tbody className="text-muted">
@@ -289,7 +288,6 @@ export default function HomeSections(){
<td>1</td> <td>1</td>
<td>Smith Drake</td> <td>Smith Drake</td>
<td>27/3/2014</td> <td>27/3/2014</td>
<td>$1,00,000</td>
<td> <td>
<label className="badge mb-0 badge-primary-inverse"> Overdue</label> <label className="badge mb-0 badge-primary-inverse"> Overdue</label>
</td> </td>
@@ -298,7 +296,6 @@ export default function HomeSections(){
<td>2</td> <td>2</td>
<td>Martha Doe</td> <td>Martha Doe</td>
<td>28/3/2015</td> <td>28/3/2015</td>
<td>$70,000</td>
<td> <td>
<label className="badge mb-0 badge-warning-inverse <label className="badge mb-0 badge-warning-inverse
"> Outstanding</label> "> Outstanding</label>
@@ -308,7 +305,6 @@ export default function HomeSections(){
<td>3</td> <td>3</td>
<td>Fenish Paul</td> <td>Fenish Paul</td>
<td>24/3/2015</td> <td>24/3/2015</td>
<td>$60,000</td>
<td> <td>
<label className="badge mb-0 badge-info-inverse <label className="badge mb-0 badge-info-inverse
"> Open</label> "> Open</label>
@@ -318,7 +314,6 @@ export default function HomeSections(){
<td>4</td> <td>4</td>
<td>Albom Mitch</td> <td>Albom Mitch</td>
<td>29/3/2016</td> <td>29/3/2016</td>
<td>$60,000</td>
<td> <td>
<label className="badge mb-0 badge-success-inverse <label className="badge mb-0 badge-success-inverse
"> Paid</label> "> Paid</label>