Fixing error when no depreciation
This commit is contained in:
@@ -167,7 +167,7 @@ View License {{ $license->name }} ::
|
||||
@if ($license->seats)
|
||||
<li>Seats: {{ $license->seats }} </li>
|
||||
@endif
|
||||
@if ($license->seats)
|
||||
@if ($license->depreciation)
|
||||
<li>Depreciation: {{ $license->depreciation->name }} ({{ $license->depreciation->months }} months)</li>
|
||||
@endif
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user