@if($viewTab === 'table')
@include('components.cronogramas.public-activities-table', ['rows' => $tableRows])
@else
@if(empty($tableRows))
{{ __('Nenhuma atividade cadastrada.') }}
@else
@include('components.cronogramas.timeline', ['rows' => $tableRows, 'dir' => 'asc'])
@endif
@endif