Make sure your database is backed up frequently. Click on "Create Backup" to backup your database. The backup are stored in the [core/storage/app/public/] folder and can be downloaded from the list below (but cannot be accessed publicly).
@if (count($backups) == 0)
NO BACKUP FOUND
@else
| Date & Time |
Actions |
@foreach ($backups as $key => $backup)
| {{$backup->created_at}} |
|
@endforeach
@endif