@extends('layouts.onboarding', ['currentStep' => 6]) @section('title', __('Complete')) @section('content')
@if ($completedCount === 5) {{ __('Your workspace is fully configured and ready to go.') }} {{ config('app.name') }} {{ __('will start learning from your communications right away.') }} @else {{ __('You completed :count of 5 setup steps. You can finish the remaining steps anytime from your settings, or jump straight into your inbox.', ['count' => $completedCount]) }} @endif
{{ __('Start managing your emails with AI') }}
{{-- Explore Dashboard --}}{{ __('Discover all features at a glance') }}
{{-- Read the Docs --}}{{ __('Learn advanced features and tips') }}
{{ __("We've added") }} {{ __('5 sample contacts') }} {{ __('and') }} {{ __('3 quick reply templates') }} {{ __('to help you explore. You can delete them anytime.') }}