@extends('layouts.app') @section('title', 'Manage Accounts - ResMan Sync') @section('content')
| Account Persona | Partner ID | Account ID | Environment | Properties | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $acc->name }} | {{ $acc->partner_id }} |
{{ $acc->account_id }} |
{{ $acc->subdomain }} | {{ $acc->properties_count }} | {{ $acc->is_active ? 'Active' : 'Inactive' }} |
|
Manual Batch Sync (Terminal/CLI)
php artisan resman:sync
Server Cron Job (Linux/cPanel)
* * * * * php artisan schedule:run >> /dev/null 2>&1
Twice Daily Synchronization
System runs at 01:00 AM and 01:00 PM local time.
Automation ensures availability and pricing data is always current for your front-end applications and website integrations.