@lang('admin/licenses/form.expiration'):
+
@lang('admin/licenses/form.expiration'):
{{{ $license->expiration_date }}}
@endif
-@if ($license->notes)
-
@lang('admin/licenses/form.notes'):
-{{{ $license->notes }}}
-@endif
@if ($license->depreciation)
-
@lang('admin/hardware/form.depreciation'):
- {{{ $license->depreciation->name }}}
- ({{{ $license->depreciation->months }}}
- @lang('admin/hardware/form.months')
- )
-
@lang('admin/hardware/form.depreciates_on'):
- {{{ $license->depreciated_date() }}}
-
@lang('admin/hardware/form.fully_depreciated'):
- {{{ $license->months_until_depreciated()->m }}}
- @lang('admin/hardware/form.months')
- @if ($license->months_until_depreciated()->y > 0)
- , {{{ $license->months_until_depreciated()->y }}}
- @lang('admin/hardware/form.years')
- @endif
-
- @endif
+
+ @lang('admin/hardware/form.depreciation'):
+ {{{ $license->depreciation->name }}}
+ ({{{ $license->depreciation->months }}}
+ @lang('admin/hardware/form.months')
+ )
+
+
+ @lang('admin/hardware/form.depreciates_on'):
+ {{{ $license->depreciated_date() }}}
+
-
-
+
@lang('admin/hardware/form.fully_depreciated'):
+ {{{ $license->months_until_depreciated()->m }}}
+ @lang('admin/hardware/form.months')
-@if ($license->serial)
-
@lang('admin/licenses/form.serial'):
-{{{ wordwrap($license->serial, 10, "\n", true) }}}
+ @if ($license->months_until_depreciated()->y > 0)
+ , {{{ $license->months_until_depreciated()->y }}}
+ @lang('admin/hardware/form.years')
+ @endif
+