We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dba420 commit d1d8586Copy full SHA for d1d8586
resources/views/update.blade.php
@@ -75,6 +75,19 @@
75
@endpush
76
@endif
77
78
+@elseif($_SERVER['QUERY_STRING'] === '')
79
+ <?php //success ?>
80
+
81
+ <div class="logo-container fadein">
82
+ <img class="logo-img" src="{{ asset('littlelink/images/just-gear.svg') }}" alt="Logo" style="">
83
+ <div class="logo-centered">l</div>
84
+ </div>
85
+ <h1>No new version</h1>
86
+ <h4 class="">There is no new version available</h4>
87
+ <br><div class="row">
88
+  <a class="btn" href="{{ route('studioIndex') }}"><button style=""><i class="fa-solid fa-house-laptop btn"></i> Admin Panel</button></a> 
89
90
91
92
93
@if($_SERVER['QUERY_STRING'] === 'finishing')
0 commit comments