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

{{ __('Invite your team') }}

{{ __('Add team members to collaborate on customer communication') }}

@csrf {{-- Invite Rows --}}
{{-- Add another --}}
{{-- Role Explanation Cards --}}

{{ __('Role Permissions') }}

{{-- Admin --}}
{{ __('Admin') }}
  • {{ __('Manage team & settings') }}
  • {{ __('Configure AI & rules') }}
  • {{ __('View analytics & billing') }}
{{-- Agent --}}
{{ __('Agent') }}
  • {{ __('Handle conversations') }}
  • {{ __('Manage contacts & deals') }}
  • {{ __('Use AI suggestions') }}
{{-- Viewer --}}
{{ __('Viewer') }}
  • {{ __('View conversations') }}
  • {{ __('View analytics reports') }}
  • {{ __('Cannot send messages') }}
{{-- Actions --}}
{{ __('Back') }}
{{ __('Skip for now') }}
@endsection