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="row p-3">
<div className="col">
<h3 className="mb-0">$65,456</h3>
<small className="d-block">Last 6 months</small>
<h3 className="mb-0">0</h3>
<small className="d-block">Last 2 months</small>
</div>
<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
className="zmdi zmdi-long-arrow-up font-weight-bold"></i> N/A</strong>
</div>
@@ -60,13 +60,13 @@ export default function HomeSections(){
<div className="w-100">
<div className="row p-3">
<div className="col">
<h3 className="mb-0">52%</h3>
<h3 className="mb-0">0</h3>
<small className="d-block">Past 12 hours</small>
</div>
<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
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 className="apexchart-wrapper">
@@ -85,13 +85,13 @@ export default function HomeSections(){
<div className="w-100">
<div className="row p-3">
<div className="col">
<h3 className="mb-0">605</h3>
<small className="d-block">Last 90 days</small>
<h3 className="mb-0">0</h3>
<small className="d-block">Last 14 days</small>
</div>
<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
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>
@@ -277,11 +277,10 @@ export default function HomeSections(){
<table id="datatable-buttons" className="table">
<thead>
<tr>
<th>No.</th>
<th style={{width: '30px'}}>#.</th>
<th>Name</th>
<th>Date</th>
<th>Total</th>
<th>Status</th>
<th style={{width: '100px'}}>Description</th>
<th style={{width: '100px'}}>Status</th>
</tr>
</thead>
<tbody className="text-muted">
@@ -289,7 +288,6 @@ export default function HomeSections(){
<td>1</td>
<td>Smith Drake</td>
<td>27/3/2014</td>
<td>$1,00,000</td>
<td>
<label className="badge mb-0 badge-primary-inverse"> Overdue</label>
</td>
@@ -298,7 +296,6 @@ export default function HomeSections(){
<td>2</td>
<td>Martha Doe</td>
<td>28/3/2015</td>
<td>$70,000</td>
<td>
<label className="badge mb-0 badge-warning-inverse
"> Outstanding</label>
@@ -308,7 +305,6 @@ export default function HomeSections(){
<td>3</td>
<td>Fenish Paul</td>
<td>24/3/2015</td>
<td>$60,000</td>
<td>
<label className="badge mb-0 badge-info-inverse
"> Open</label>
@@ -318,7 +314,6 @@ export default function HomeSections(){
<td>4</td>
<td>Albom Mitch</td>
<td>29/3/2016</td>
<td>$60,000</td>
<td>
<label className="badge mb-0 badge-success-inverse
"> Paid</label>