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 7cf52a4 commit 8b7929dCopy full SHA for 8b7929d
resources/views/update.blade.php
@@ -103,5 +103,20 @@
103
104
@endif
105
106
+@if($_SERVER['QUERY_STRING'] === 'error')
107
+ <?php //success ?>
108
+
109
+ <div class="logo-container fadein">
110
+ <img class="logo-img" src="{{ asset('littlelink/images/just-gear.svg') }}" alt="Logo" style="">
111
+ <div class="logo-centered">l</div>
112
+ </div>
113
+ <h1>Error</h1>
114
+ <h4 class="">Something went wrong with the update :(</h4>
115
+ <br><div class="row">
116
+  <a class="btn" href="{{ route('studioIndex') }}"><button style=""><i class="fa-solid fa-house-laptop btn"></i> Admin Panel</button></a> 
117
118
119
+@endif
120
121
</div>
122
@endpush
0 commit comments