@if($row->course_events_count > 0 && !$manage)
{{ __('Show dates') }} ({{ $row->course_events_count }})
@endif
@if($row->course_events_count < 1 && !$manage)
{{ __('Show dates') }} ({{ $row->course_events_count }})
@endif
@can('update', $row)
{{ __('Edit') }}
@endif