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 5622b4f commit 8dea98aCopy full SHA for 8dea98a
resources/views/studio/page.blade.php
@@ -35,12 +35,8 @@
35
@if(file_exists(base_path("img/" . Auth::user()->id . ".png")))
36
<img src="{{ asset("img/" . Auth::user()->id . ".png") }}" style="width: 75px; height: 75px; border-radius: 50%; object-fit: cover;">
37
@else
38
- @if(!empty($page->image))
39
- <img src="{{ $page->image }}" style="width: 75px; height: 75px; object-fit: cover;">
40
- @else
41
<img src="{{ asset('littlelink/images/logo.svg') }}" style="width: 75px; height: 75px; object-fit: cover;">
42
@endif
43
- @endif
44
</div>
45
46
<!--<div class="form-group col-lg-8">
0 commit comments