Über {{ $actor->nick }}

{{ $actor->nick }}
@if($actor->u_alter)
Alter: {{ $actor->u_alter }}
@endif @if($actor->haare)
Haare: {{ $actor->haare }}
@endif @if($actor->augen)
Augen: {{ $actor->augen }}
@endif @if($actor->groesse)
Größe: {{ $actor->groesse }}
@endif @if($actor->gewicht)
Gewicht: {{ $actor->gewicht }}
@endif @if($actor->tatoos)
Tattoos: {{ $actor->tatoos }}
@endif @if($actor->piercing)
Piercings: {{ $actor->piercing }}
@endif @if($actor->beruf)
Beruf: {{ $actor->beruf }}
@endif @if($actor->famst)
Beziehungsstatus: {{ $actor->famst }}
@endif
@if($actor->about_me)

Über mich:

{{ $actor->about_me }}

@endif