{{ __('Executing Action...') }}
{{ $this->cronSetupAction }} {{ $this->storageLinkAction }} {{ $this->clearCacheAction }} {{ $this->backupDatabaseAction }}
@forelse($this->getBackupFiles() as $file) @empty @endforelse
{{ __('Backup File Snapshot') }} {{ __('File Size') }} {{ __('Date Created') }} {{ __('Actions') }}
{{ $file['name'] }} {{ $file['size'] }} {{ $file['date'] }}
{!! __('No backups have been generated yet. Click :backup to take a snapshot!', ['backup' => '' . __('Backup Database') . '']) !!}