@extends('layouts.admin', ['heading' => 'Backup & Restore', 'subheading' => 'Data backup system with controlled restore']) @section('content')
| ID | Type | Size | Status | Created | Actions |
|---|---|---|---|---|---|
| #{{ $backup->id }} | {{ strtoupper($backup->backup_type) }} | {{ number_format((int) $backup->file_size) }} bytes | {{ ucfirst($backup->status) }} | {{ optional($backup->created_at)->format('d M Y H:i') }} | Download |
| No backups yet. | |||||