Skip to content

Commit 8b7929d

Browse files
committed
Update update.blade.php
1 parent 7cf52a4 commit 8b7929d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

resources/views/update.blade.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,20 @@
103103

104104
@endif
105105

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+
&ensp;<a class="btn" href="{{ route('studioIndex') }}"><button style=""><i class="fa-solid fa-house-laptop btn"></i> Admin Panel</button></a>&ensp;
117+
</div>
118+
119+
@endif
120+
106121
</div>
107122
@endpush

0 commit comments

Comments
 (0)