Add formatted date to EOL field in asset detailed view

This commit is contained in:
Ivan Nieto Vivanco 2022-06-07 18:22:09 -05:00
parent 7faaa4ce24
commit d2fc27e21d

View file

@ -626,7 +626,7 @@
</strong> </strong>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
{{ $asset->present()->eol_date() }} {{ Helper::getFormattedDateObject($asset->present()->eol_date(), 'date', false) }}
@if ($asset->present()->months_until_eol()) @if ($asset->present()->months_until_eol())