@extends('backend.index') @section('content')
You can create a backup of your site by click to "Create a backup" button, keep in mind that the system will just backup your database and main php files (which are not included folder "storage", the folder containing all your conversion data such as songs, artwork etc...).
@foreach($backups as $index => $backup) @endforeach
# Name Disk Reachable Healthy # of backups Newest backup Used storage
{{ $index+1 }}. {{ $backup[0] }} {{ $backup['disk'] }} {{ $backup[2] }} {{ isset($backup[3]) ? $backup[3] : '' }} {{ $backup['amount'] }} {{ strip_tags($backup['newest']) }} {{ $backup['usedStorage'] }}
@foreach($backup['files'] as $file) @endforeach
Backup name Action
{{ $file }}

Please wait, this could take 5 minutes or more...

Output

        
@endsection