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 bac2f17 commit bc656fbCopy full SHA for bc656fb
1 file changed
resources/views/studio/page.blade.php
@@ -26,7 +26,7 @@
26
@csrf
27
@if($page->littlelink_name != '')
28
<div class="form-group col-lg-8">
29
- <label>Logo</label>@if(file_exists(base_path("img/" . $page->littlelink_name . ".png")))<a title="Remove icon" class="hvr-grow p-1 text-danger" style="padding-left:5px;" href="{{ route('delProfilePicture') }}"><i class="bi bi-trash-fill"></i></a>@endif
+ <label>Logo</label>@if(file_exists(base_path("img/" . Auth::user()->id . ".png")))<a title="Remove icon" class="hvr-grow p-1 text-danger" style="padding-left:5px;" href="{{ route('delProfilePicture') }}"><i class="bi bi-trash-fill"></i></a>@endif
30
<input type="file" accept="image/jpeg,image/jpg,image/png" class="form-control-file" name="image">
31
</div>
32
@endif
0 commit comments