@extends('layouts.app') @section('title', 'Database Backup') @push('styles') @endpush @section('content')
Download a MySQL dump of the database
{{ number_format($size, 1) }} KB
Database size
{{ count($tables) }}
Tables
{{ date('d M Y, H:i') }}
Last modified
Warning: This downloads the entire MySQL database as a SQL file. It may contain sensitive data. Handle with care.