<h3>New Department Notice</h3>
<?php echo $requested_by; ?> Has Requested for the following items for your department!
<br>
<thead>

  <tr>
    <th>#</th>
    <th>|</th>
    <th>Item</th>
    <th>|</th>
     <th>Qty</th>
     <th>|</th>
     <th>Date & Time Requested</th>
    </tr>
</thead>
<tbody>
   <?php $row=1; ?>
  <tr>
    <td class="text-center" style="color:green"><?php echo $row; ?></td>
    <td></td>
    <td class="text-left" style="color:green"><?php echo $commodity; ?></td>
    <td></td>
    <td class="text-left" style="color:green"><?php echo $quantity; ?></td>
    <td></td>
    <td class="text-right" style="color:green"><?php echo $created_at; ?></td>

  </tr>
  <?php $row++; ?>
</tbody>
</table>
<br>

<p><a href="http://10.200.254.66:5152/inhouserequest">Clink on this link to view the requests</a></p>
<br>
----
<br>
<font size="3" style="color:blue;"><i>Please do not reply, this is a system auto-generated message.</i></font>
<p style="color:red;">Sent from the UNHLS Inventory Management System</p>
