@if($report['results'][$name]['passed']) @include('icons.checkmark', ['class' => 'width-4 height-4 fill-current flex-shrink-0 text-success']) @else @include('icons.' . ($report['results'][$name]['importance'] == 'high' ? 'triangle' : ($report['results'][$name]['importance'] == 'medium' ? 'square' : 'circle')), ['class' => 'width-4 height-4 fill-current flex-shrink-0 ' . ($report['results'][$name]['importance'] == 'high' ? 'text-danger' : ($report['results'][$name]['importance'] == 'medium' ? 'text-warning' : 'text-secondary'))]) @endif