@if(!empty($cpanelPreviewShell)) @php $previewOperatorUrl = match ($activeNav ?? '') { 'accounts', 'accounts-registry' => route('accounts'), 'dashboard' => route('dashboard'), 'tasks' => route('tasks.index'), 'offers' => route('offers.index'), 'payables' => route('payables'), 'settlements' => route('settlements.earnings'), 'notifications' => route('notifications.index'), 'admin' => route('admin'), default => route('dashboard'), }; $previewLabel = match ($activeNav ?? '') { 'accounts', 'accounts-registry' => 'Accounts & earnings', 'dashboard' => 'Operations dashboard', 'tasks' => 'Task queue', 'offers' => 'Offers & trade intake', 'payables' => 'Payables', 'settlements' => 'Earnings ledger', 'notifications' => 'Notifications Center', 'admin' => 'Admin overview', default => 'Workspace', }; @endphp

Administrator preview

Same live data as {{ $previewLabel }} in the operator shell, rendered here so you stay on the control panel URL.

Open full operator view ← Platform controls

@endif