HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/liempde.ehbo.today/resources/views/kms/partials/userBlock.blade.php
<a href="/kms/users/{{\Auth::user()->id}}" class="account-block">
    @if($userImage = \Auth::user()->documents()->get()->first())
        <figure><span style="background-image: url('{{$userImage->thumb_image_url}}');"></span></figure>
    @endif

    <div class="text">
        <h3>Hello,<br/>{{\Auth::user()->first_name}} {{\Auth::user()->last_name}}</h3>
    </div>

</a>