hasRunningCommands()) wire:poll.5s @endif > @php $dolibarr = $this->getCommandStatus('dolibarr'); $expired = $this->getCommandStatus('cleanup_expired'); $ispMail = $this->getCommandStatus('ispconfig_mail'); $ispWeb = $this->getCommandStatus('ispconfig_web'); $nextcloud = $this->getCommandStatus('nextcloud'); $listmonk = $this->getCommandStatus('listmonk'); $services = $this->getCommandStatus('services'); @endphp @include('filament.pages.partials.sync-heading', [ 'label' => __('synchronisations.sections.dolibarr.heading'), 'status' => $dolibarr, ])

{{ __('synchronisations.sections.dolibarr.description') }}

@include('filament.pages.partials.sync-status', ['status' => $dolibarr]) {{ __('synchronisations.action.submit') }}
@include('filament.pages.partials.sync-heading', [ 'label' => __('synchronisations.sections.expired.heading'), 'status' => $expired, ])

{{ __('synchronisations.sections.expired.description') }}

@include('filament.pages.partials.sync-status', ['status' => $expired]) {{ __('synchronisations.action.submit') }}
@include('filament.pages.partials.sync-heading', [ 'label' => __('synchronisations.sections.ispconfig_mail.heading'), 'status' => $ispMail, ])

{{ __('synchronisations.sections.ispconfig_mail.description') }}

@include('filament.pages.partials.sync-status', ['status' => $ispMail]) {{ __('synchronisations.action.submit') }}
@include('filament.pages.partials.sync-heading', [ 'label' => __('synchronisations.sections.ispconfig_web.heading'), 'status' => $ispWeb, ])

{{ __('synchronisations.sections.ispconfig_web.description') }}

@include('filament.pages.partials.sync-status', ['status' => $ispWeb]) {{ __('synchronisations.action.submit') }}
@include('filament.pages.partials.sync-heading', [ 'label' => __('synchronisations.sections.nextcloud.heading'), 'status' => $nextcloud, ])

{{ __('synchronisations.sections.nextcloud.description') }}

@include('filament.pages.partials.sync-status', ['status' => $nextcloud]) {{ __('synchronisations.action.submit') }}
@include('filament.pages.partials.sync-heading', [ 'label' => __('synchronisations.sections.listmonk.heading'), 'status' => $listmonk, ])

{{ __('synchronisations.sections.listmonk.description') }}

@include('filament.pages.partials.sync-status', ['status' => $listmonk]) {{ __('synchronisations.action.submit') }}
@include('filament.pages.partials.sync-heading', [ 'label' => __('synchronisations.sections.services.heading'), 'status' => $services, ])

{{ __('synchronisations.sections.services.description') }}

@include('filament.pages.partials.sync-status', ['status' => $services]) {{ __('synchronisations.action.submit') }}