@extends('admin.layouts.home') @section('title', 'Data Management Tools') @section('content')

Data Management Tools

Auto Delete Website Data
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
It's recommended to create a backup before applying any actions. Create a backup
@csrf
This process might take some time, and the changes cannot be undone. Please proceed with caution.
System Information
PHP Version {{ phpversion() }}
Laravel Version {{ app()->version() }}
Server {{ $_SERVER['SERVER_SOFTWARE'] ?? 'Unknown' }}
Database {{ config('database.connections.mysql.driver') }} ({{ config('database.connections.mysql.database') }})
@endsection