rm additional row

This commit is contained in:
spencerrlongg 2023-09-07 11:40:27 -05:00
parent 3a63bcab73
commit ccf3fe40ec

View file

@ -656,7 +656,7 @@
@else
{{ trans('general.na_no_purchase_date') }}
@endif
{{--@if ($asset->eol_explicit)
@if ($asset->eol_explicit)
<i class="fas fa-exclamation-triangle text-orange"
aria-hidden="true"
data-tooltip="true"
@ -664,17 +664,7 @@
data-title="Explicit EOL"
title="Explicit EOL">
</i>
@endif--}}
</div>
</div>
<div class="row">
<div class="col-md-2">
<strong>
Explicit EOL
</strong>
</div>
<div class="col-md-6">
{{ $asset->eol_explicit ? 'Yes' : 'No' }}
@endif
</div>
</div>
@endif