@extends('admin.layouts.home') @section('title', 'Database Backup') @section('content')

Database Backup

Create Database Backup
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
Creating a backup will save a copy of your entire database. This process may take some time depending on the size of your database.
@csrf
During the backup process, your website might experience slower performance. It's recommended to create backups during low traffic periods.
Backup Information
Backup Tips
  • Create regular backups to prevent data loss
  • Always backup before making major changes
  • Store backups in multiple locations
  • Test your backups regularly to ensure they work
@endsection