@foreach ($matchingrules as $o)
{{ $o->name }}
{{ __('Description') }}{{ __($o->description ?: '(no description)') }}
OID{{ $o->oid }}
{{ __('Syntax') }}{{ $o->syntax }}
{{ __('Used by Attributes') }} @if ($o->used_by_attrs->count() === 0) {{ __('(none)') }} @else @foreach ($o->used_by_attrs as $attr) @if($loop->index) @endif {{ $attr }} @endforeach @endif
@endforeach