diff --git a/resources/views/studio/theme.blade.php b/resources/views/studio/theme.blade.php index a6bea46..65809a0 100644 --- a/resources/views/studio/theme.blade.php +++ b/resources/views/studio/theme.blade.php @@ -278,6 +278,7 @@ try{ if($GLOBALS['updateAv'] == true) echo ' @csrf @@ -290,8 +291,9 @@ try{ if($GLOBALS['updateAv'] == true) echo ' @if(!file_exists(base_path('/img/background-img/'.findBackground(Auth::user()->id))))

No image selected

@endif - -


+
+ @if(file_exists(base_path('/img/background-img/'.findBackground(Auth::user()->id))))
@endif +
@@ -299,6 +301,7 @@ try{ if($GLOBALS['updateAv'] == true) echo 'Upload background +@endif