Existing backups
Backup
#
Name
Disk
Reachable
Healthy
# of backups
Newest backup
Used storage
@foreach($backups as $index => $backup)
{{ $index+1 }}.
{{ $backup[0] }}
{{ $backup[1] }}
{{ $backup[2] }}
{{ $backup[3] }}
{{ $backup['amount'] }}
{{ $backup['newest'] }}
{{ $backup['usedStorage'] }}
@foreach($backup['files'] as $file)
{{ $file }}
@endforeach
@endforeach
Output