{{ $data['name'] }} |
@if ($data['description'])
{{ $data['description'] }}
@else
—
@endif
|
{{ BaseHelper::humanFilesize(get_backup_size($key)) }} |
{{ $data['date'] }} |
@if ($backupManager->isDatabaseBackupAvailable($key))
@endif
@if (
$driver === 'mysql' &&
auth()->guard()->user()->hasPermission('backups.restore'))
@endif
@if (auth()->guard()->user()->hasPermission('backups.destroy'))
@endif
|