Update view.blade.php

closing parens was missing from Depreciation, EOL was not configured for translations
This commit is contained in:
diwanicki
2014-11-07 16:56:28 -05:00
parent 3d3e2dc985
commit f2ae05786b
+4 -2
View File
@@ -106,12 +106,14 @@
@if ($model->depreciation)
<li>@lang('general.depreciation'):
{{ $model->depreciation->name }} ({{ $model->depreciation->months }}
@lang('general.months')</li>
@lang('general.months')
)</li>
@endif
@if ($model->eol)
<li>@lang('general.eol'):
{{ $model->eol }} months</li>
{{ $model->eol }}
@lang('general.months')</li>
@endif
@if ($model->image)