diff --git a/resources/views/update.blade.php b/resources/views/update.blade.php
index 90b2951..2ab7002 100644
--- a/resources/views/update.blade.php
+++ b/resources/views/update.blade.php
@@ -4,7 +4,7 @@
Updating
@Push('updater-head')
-
+
@endpush
@endif
@@ -121,10 +121,35 @@ Artisan::call('backup:run', ['--only-files' => true]);
$tst = base_path('backups/');
file_put_contents($tst.'CANUPDATE', '');
$URL = Route::current()->getName();
-header("Location: ".$URL."?updating");
+header("Location: ".$URL."?preparing");
exit(); ?>
@endif
+@if($_SERVER['QUERY_STRING'] === 'preparing')
+
+
+
+
l
+
+
Preparing update
+
+
+
+ @include('components.pre-update')
+
+ @if(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN')
+
+ @else
+ current() . "?updating\" />" ?>
+ @endif
+@endif
+
@if($_SERVER['QUERY_STRING'] === 'updating' and (file_exists(base_path("backups/CANUPDATE")) or env('SKIP_UPDATE_BACKUP') == true))
+
@endpush
\ No newline at end of file