Update update.blade.php

This commit is contained in:
Julian Prieber 2022-05-26 12:12:29 +02:00
parent 7cf52a4a6a
commit 8b7929dfa8
1 changed files with 15 additions and 0 deletions

View File

@ -103,5 +103,20 @@ exit(); ?>
@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">
&ensp;<a class="btn" href="{{ route('studioIndex') }}"><button style=""><i class="fa-solid fa-house-laptop btn"></i> Admin Panel</button></a>&ensp;
</div>
@endif
</div>
@endpush