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.