@if($type === 'school')
@if($row->course_events_count > 0)
Umkreis-Suche Kurs-Termin {{ $row->name }} (100km)
@endif
@if($row->course_events_count < 1)
Umkreis-Suche Kurs-Termin {{ $row->name }} (100km)
@endif
@endif
@if($type === 'bookCase')
Umkreis-Suche Bücher-Schrank {{ $row->name }} (5km)
@endif