mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2024-12-12 10:16:19 +01:00
951df23c91
Update to Laravel 9 Commit for the upcoming from-end update.
6 lines
308 B
PHP
Executable File
6 lines
308 B
PHP
Executable File
@if(file_exists(base_path("/littlelink/images/avatar.png" )))
|
|
<img class="mb-5" src="{{ asset('/littlelink/images/avatar.png') }}" srcset="{{ asset('/littlelink/images/avatar@2x.png 2x') }}" style="width: 150px;">
|
|
@else
|
|
<img class="mb-5" src="{{ asset('/littlelink/images/avatar@2x.png') }}">
|
|
@endif
|