@extends('layouts.onboarding', ['currentStep' => 2]) @section('title', __('Step 2')) @section('content')
{{-- Progress Bar --}} {{-- Header --}}

{{ __('Connect your email') }}

{{ __('Link an email account so :app can read and reply to messages', ['app' => config('app.name')]) }}

@csrf {{-- Provider Cards --}}
{{-- Gmail --}}

{{ __("You'll be redirected to Google to securely authorize :app to read and send emails on your behalf. Your password is never shared with us.", ['app' => config('app.name')]) }}

{{-- Outlook --}}

{{ __("You'll be redirected to Microsoft to securely authorize :app to read and send emails on your behalf. Your password is never shared with us.", ['app' => config('app.name')]) }}

{{-- Manual Setup --}}
{{-- Manual Email Setup Expanded Form --}} {{-- Actions --}}
@endsection