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