Existing backups

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

Output