Glossary
@if(auth()->user()->can('manage glossary')) @endif
@foreach( $glossaries as $glossary)
@endforeach
{{ $glossary->term }}
{!! $glossary->department->icon !!}
@if( strpos($glossary->definition, ".") !== false) {{ $glossary->definition }} @else {{ $glossary->definition }}. @endif @if( $glossary->references == '' ) @else More details @endif