{{ __('Disk') }} | {{ __('Healthy') }} | {{ __('Amount of backups') }} | {{ __('Newest backup') }} | {{ __('Used storage') }} |
---|---|---|---|---|
{{ $backupStatus['disk'] }} | {!! $backupStatus['healthy'] ? '' : '' !!} | {{ $backupStatus['amount'] }} | {{ $backupStatus['newest'] }} | {{ $backupStatus['usedStorage'] }} |
{{ __('No backups present') }} |