@extends('layouts.admin') @section('content')
| Name | Size | Created At | Actions |
|---|---|---|---|
| {{ $backup['name'] }} | {{ number_format($backup['size'] / 1024 / 1024, 2) }} MB | {{ $backup['created_at']->format('Y-m-d H:i:s') }} | |
| No backups found | |||
Storage Location: {{ storage_path('app/backups') }}
Maximum Backups: {{ config('backup.max_backups', 5) }}
Backup Contents:
Please ensure you have sufficient disk space before creating backups. It is recommended to store backups in a secure off-site location.