Update cost calculation display and management in CostCalculator module.
Show page Design added for cost calculation
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
</td>
|
||||
|
||||
<td class="d-flex flex-column gap-2">
|
||||
{{ html()->text('living_cost[' . $numInc . '][monthly]')->class('form-control')->value($value->monthly ?? null)->placeholder('Monthly') }}
|
||||
{{ html()->text('living_cost[' . $numInc . '][monthly]')->class('form-control')->value($value->pivot->monthly ?? null)->placeholder('Monthly') }}
|
||||
</td>
|
||||
|
||||
<td>
|
||||
{{ html()->text('living_cost[' . $numInc . '][yearly]')->class('form-control')->value($value->yearly ?? null)->placeholder('Yearly') }}
|
||||
{{ html()->text('living_cost[' . $numInc . '][yearly]')->class('form-control')->value($value->pivot->yearly ?? null)->placeholder('Yearly') }}
|
||||
</td>
|
||||
|
||||
<td class="align-middle">
|
||||
|
Reference in New Issue
Block a user