@extends('layouts.app') @section('content') @php $features = [ [ 'icon' => 'mail', 'title' => 'Gmail', 'description' => 'Professional email with custom domain', 'color' => 'bg-red-500', ], [ 'icon' => 'video', 'title' => 'Meet', 'description' => 'Video meetings for up to 500 participants', 'color' => 'bg-green-500', ], [ 'icon' => 'file-text', 'title' => 'Docs', 'description' => 'Real-time collaboration on documents', 'color' => 'bg-blue-500', ], [ 'icon' => 'cloud', 'title' => 'Drive', 'description' => 'Secure cloud storage and file sharing', 'color' => 'bg-yellow-500', ], ]; $workspaceApps = [ ['name' => 'Gmail', 'icon' => '📧', 'color' => 'bg-red-100 text-red-600'], ['name' => 'Calendar', 'icon' => '📅', 'color' => 'bg-blue-100 text-blue-600'], ['name' => 'Drive', 'icon' => '💾', 'color' => 'bg-yellow-100 text-yellow-600'], ['name' => 'Docs', 'icon' => '📄', 'color' => 'bg-blue-100 text-blue-600'], ['name' => 'Sheets', 'icon' => '📊', 'color' => 'bg-green-100 text-green-600'], ['name' => 'Slides', 'icon' => '🎨', 'color' => 'bg-orange-100 text-orange-600'], ['name' => 'Meet', 'icon' => '🎥', 'color' => 'bg-green-100 text-green-600'], ['name' => 'Chat', 'icon' => '💬', 'color' => 'bg-green-100 text-green-600'], ]; @endphp
Transform the way your team works with AI-powered apps that connect seamlessly across Google Workspace.
Connect, create, and collaborate with Google Workspace's integrated suite of AI-powered productivity tools.
{{ $feature['description'] }}