@if($row->courses_count > 0)
{{ __('Show dates') }} ({{ $row->courses_events_count }})
@endif
@if($row->courses_count < 1)
{{ __('Show dates') }} ({{ $row->courses_events_count }})
@endif
@if($row->library_items_count > 0)
{{ __('Show content') }} ({{ $row->library_items_count }})
@endif
@if($row->library_items_count < 1)
{{ __('Show content') }} ({{ $row->library_items_count }})
@endif
{{ __('Show landing page') }}
@if($row->created_by === auth()->id())
{{ __('Edit') }}
@endif