@extends('layouts.app') @section('title','Database Backup') @section('content')
Create recoverable database snapshots and retain a checksum-backed history.
| Created | Filename | Size | Checksum | Status | Created by | |
|---|---|---|---|---|---|---|
| {{ $b->created_at->format('d M Y H:i') }} | {{ $b->filename }} | {{ number_format($b->size/1024,1) }} KB | {{ substr($b->checksum,0,18) }}… | {{ strtoupper($b->status) }} | {{ $b->createdBy?->name }} | Download |
| No backups created yet. | ||||||