ADD THIS FIELD IN PROJECT FORM:

<div class="form-group">
<label>Installation Cost</label>
<input name="installation_cost" value="<?php echo h($item['installation_cost'] ?? ''); ?>">
</div>
