{{ __('Backup System') }}

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

{{ __('Database Backup') }}

Download a full SQL dump of your database. This file can be used to restore the system in case of data loss.

@csrf {{ __('Download Backup (.sql)') }}