GTS Automation
Manage SMM provider connections, sync imported services with commission, monitor balances, and check provider-backed orders from one clean desk.
Sync services, apply commission, refresh balance, and review connection status.
{{ parse_url($provider->api_url, PHP_URL_HOST) ?: $provider->api_url }}
Load provider services first, select what you want to sell, then import with bulk or separate commission.
Latest services synced from active providers.
| Service | Provider | Rate | Auto | Status |
|---|---|---|---|---|
| {{ $service->name }}{{ $service->category }} / #{{ $service->provider_service_id ?: 'manual' }} | {{ $service->provider?->name ?? 'Manual' }} | {{ number_format((float) $service->rate_per_1000, 4) }} | {{ $service->auto_submit ? 'On' : 'Off' }} | {{ str($service->status)->headline() }} |
| No imported services yet. Sync a provider to fill this table. | ||||
Recent orders connected with provider order IDs.
| Order | Client | Provider | Status | Action |
|---|---|---|---|---|
| {{ $order->order_number }}{{ $order->provider_order_id ?: 'Not submitted' }} | {{ $order->user?->name ?? 'GTS Client' }} | {{ $order->service?->provider?->name ?? '-' }} | {{ str($order->status)->headline() }} | @if ($order->provider_order_id) @else Queued @endif |
| No provider orders yet. | ||||