@extends('layouts.app') @section('content')
Automatically sync your orders to Google Sheets in real-time
{{ auth()->user()->google_email }}
@if(auth()->user()->google_sheets_last_sync)Last synced: {{ auth()->user()->google_sheets_last_sync->diffForHumans() }}
@endif💡 For historical data, please enter past orders manually to avoid rate limiting.
@if(auth()->user()->isAdmin() || session()->has('impersonate')) @endifUse "Import Missing Orders" to recover orders from Google Sheets after database restore.
Connect your Google account to start syncing orders
By connecting, you authorize this app to create and manage a Google Sheet in your Google Drive.
@endifOrder number, date, customer details (name, phone, email, address), products, quantities, SKUs, order total, payment method, status, and tracking number.
Immediately after you create or update an order from the sales page or checkout form. The sync usually completes within 5 seconds.
Yes! The sheet is created in your Google Drive and you have full control. You can add formulas, charts, or custom columns. However, don't delete the header row.
New orders will stop syncing to Google Sheets. Your existing Google Sheet will remain in your Drive unchanged. You can reconnect anytime.
No. The sheet is created in YOUR Google Drive using YOUR Google account. Only you have access to it.