@extends('upgrade.layout') @section('title', 'Rollback') @section('subtitle', 'Restore previous version') @section('content')

Rollback Upgrade

Rolling back will restore your application to its previous state before the upgrade was attempted.

Backup Information

Backup Name
{{ $backupName }}
What will be restored
  • Application files
  • Configuration files
  • Database

Warning

Rolling back will undo all changes made during the upgrade. Any data created or modified after the backup was made will be lost. This action cannot be undone.

@csrf
@endsection @section('footer')
Cancel
@endsection @section('scripts') @endsection