Changed method name
This commit is contained in:
@@ -69,8 +69,8 @@ Depreciation Report
|
||||
</td>
|
||||
<td>{{ $asset->purchase_date }}</td>
|
||||
<td class="align-right">${{ number_format($asset->purchase_cost) }}</td>
|
||||
<td class="align-right">${{ number_format($asset->depreciation()) }}</td>
|
||||
<td class="align-right">-${{ number_format(($asset->purchase_cost - $asset->depreciation())) }}</td>
|
||||
<td class="align-right">${{ number_format($asset->depreciate()) }}</td>
|
||||
<td class="align-right">-${{ number_format(($asset->purchase_cost - $asset->depreciate())) }}</td>
|
||||
|
||||
</tr>
|
||||
@endforeach
|
||||
|
||||
Reference in New Issue
Block a user