@if($doneCount === 0) {{ __('Here are your first steps to get up and running:') }} @elseif($doneCount < count($tourSteps)) {{ __('Setup progress') }}: {{ $doneCount }}/{{ count($tourSteps) }} — {{ __('keep going!') }} @else {{ __('You\'re all set — keep growing your workspace.') }} @endif