@if($row->course_events_count > 0)
{{ __('Show dates') }} [{{ $row->course_events_count }}]
@else
{{ __('Show dates') }}
@endif @can('update', $row)
{{ __('Edit') }}
@endcan