simplified to an else instead of elseif
This commit is contained in:
parent
0cd558593d
commit
c0d8ff1676
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@
|
|||
<i class="fas fa-circle text-orange"></i>
|
||||
@elseif (($asset->assetstatus) && ($asset->assetstatus->archived=='1'))
|
||||
<i class="fas fa-times text-red"></i>
|
||||
@elseif (($asset->assetstatus) && ($asset->assetstatus->deployable=='0'))
|
||||
@else
|
||||
<i class="fas fa-times text-red"></i>
|
||||
@endif
|
||||
<a href="{{ route('statuslabels.show', $asset->assetstatus->id) }}">
|
||||
|
|
Loading…
Add table
Reference in a new issue