You are on page 1of 1

<table border='1'>

<thead>
<tr>
<th>Date</th>
<th>Shift</th>
<th>Email</th>
<th>Price</th>
<th>Discount</th>
<th>Total</th>
</tr>
</thead>
<tbody>
<tr>
<td>2022-12-15</td>
<td>am</td>
<td>annelie_92@yahoo.com</td>
<td>1000.00</td>
<td>0.00</td>
<td>1000.00</td>
</tr>
<tr>
<td colspan='5'>Total Profit:</td>
<td>1000</td>
</tr>

You might also like