diff --git a/resources/views/update.blade.php b/resources/views/update.blade.php index 8b13789..3d8129f 100644 --- a/resources/views/update.blade.php +++ b/resources/views/update.blade.php @@ -1 +1,101 @@ +@extends('layouts.updater') + +@Push('updater-body') + +@if($_SERVER['QUERY_STRING'] === 'updating') + +
+ Logo +
l
+
+

Updating

+@endif + + +@if($_SERVER['QUERY_STRING'] === 'backup') + +@Push('updater-head') + +@endpush +
+ Logo +
l
+
+

Creating backup

+@endif + +@if($_SERVER['QUERY_STRING'] === 'backups') + true]); +header("Location: /?backup-created"); +exit(); ?> +@endif + +@if($_SERVER['QUERY_STRING'] === '') + + +
+ Logo +
l
+
+

Updater

+

You can update your installation automatically or download the update and install it manually:

+
+    +    +
+
+@endif + + +@if($_SERVER['QUERY_STRING'] === 'backup-created') + + +
+ Logo +
l
+
+

Download backup

+

You can keep the update stored on the server or download it as a precaution:

+
+    +    +
+
+@endif + + +@if($_SERVER['QUERY_STRING'] === 'success') + + +
+ Logo +
l
+
+

Download backup

+

The update was successful, you can now return to the Admin Panel:

+
+    +
+
+@endif + + +@if($_SERVER['QUERY_STRING'] === 'error') + + +
+ Logo +
l
+
+

Something went wrong

+

Something went wrong during the update process, you can try again or update manually:

+
+    +    +
+
+@endif + + +@endpush \ No newline at end of file