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

Database Backup

@if(session('error'))
{{ session('error') }}
@endif

Generate and download a full SQL backup of the current database.

@csrf
@endsection