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/beat-the-barn.komma.nl/resources/views/components/profile.blade.php
<figure class="c-profile">
	<img class="c-profile__img" src="{{$profileImage ?? '/img/placeholder-person.svg'}}" alt="{{$profileTitle ?? ''}}" width="160" height="160"/>
	<figcaption class="c-profile__caption">
		@if(isset($profileTitle))<h3 class="c-profile__title">{{$profileTitle}}</h3>@endif
		@if(isset($profileLabel))<p class="c-profile__label">{{$profileLabel}}</p>@endif
	</figcaption>
</figure>