Update update.blade.php
This commit is contained in:
parent
7cf52a4a6a
commit
8b7929dfa8
|
@ -103,5 +103,20 @@ exit(); ?>
|
||||||
|
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@if($_SERVER['QUERY_STRING'] === 'error')
|
||||||
|
<?php //success ?>
|
||||||
|
|
||||||
|
<div class="logo-container fadein">
|
||||||
|
<img class="logo-img" src="{{ asset('littlelink/images/just-gear.svg') }}" alt="Logo" style="">
|
||||||
|
<div class="logo-centered">l</div>
|
||||||
|
</div>
|
||||||
|
<h1>Error</h1>
|
||||||
|
<h4 class="">Something went wrong with the update :(</h4>
|
||||||
|
<br><div class="row">
|
||||||
|
 <a class="btn" href="{{ route('studioIndex') }}"><button style=""><i class="fa-solid fa-house-laptop btn"></i> Admin Panel</button></a> 
|
||||||
|
</div>
|
||||||
|
|
||||||
|
@endif
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@endpush
|
@endpush
|
Loading…
Reference in New Issue