isProcessing) wire:poll.60s="loadBackups" @endif class="border-2 border-dashed border-bord-sc hover:border-bord-card smoothing cursor-pointer rounded-2xl px-4 py-6 mb-8">
@if($this->isProcessing) {{ __('admin/config.callout.backup_processing.title') }} @else {{ __('admin/config.callout.new_backup.title') }} @endif

@if($this->isProcessing) {{ __('admin/config.callout.backup_processing.caption') }} @else {{ __('admin/config.callout.new_backup.caption') }} @endif

@if($this->hasError)
{{ $this->error }}
@endif
{{ __('admin/config.backup_history') }}
{{ __('table.labels.name') }} {{ __('table.labels.created_at') }} {{ __('table.labels.size') }} @if($this->backups->isNotEmpty()) @foreach ($this->backups as $backupData) {{ $backupData['name'] }} {{ $backupData['date'] }} {{ $backupData['size'] }}
@endforeach @else @endif