@extends("template.master") @section("section_content")

Backup

Database Backups

@if (count($backups)) @foreach($backups as $key => $backup) @endforeach
File< Size
{{ $backup['file_name'] }} {{ number_format($backup['file_size']/1024) }} Kb Download Delete
@else

There are no backups

@endif
@endsection