{{ auth()->user()->forename }} {{ auth()->user()->surname }}

@if (auth()->user()->profile && auth()->user()->profile->company)

{{ auth()->user()->profile->company }}

@endif @if (auth()->user()->profile && auth()->user()->profile->position)

{{ auth()->user()->profile->position }}

@endif