Update page.blade.php

This commit is contained in:
Julian Prieber 2023-02-16 15:00:35 +01:00
parent 5622b4fe65
commit 8dea98a28c
1 changed files with 0 additions and 4 deletions

View File

@ -35,12 +35,8 @@
@if(file_exists(base_path("img/" . Auth::user()->id . ".png")))
<img src="{{ asset("img/" . Auth::user()->id . ".png") }}" style="width: 75px; height: 75px; border-radius: 50%; object-fit: cover;">
@else
@if(!empty($page->image))
<img src="{{ $page->image }}" style="width: 75px; height: 75px; object-fit: cover;">
@else
<img src="{{ asset('littlelink/images/logo.svg') }}" style="width: 75px; height: 75px; object-fit: cover;">
@endif
@endif
</div>
<!--<div class="form-group col-lg-8">