@if(Auth::user()->company)
Kurum Bilgisi

{{ Auth::user()->company->name }}

{{ Auth::user()->position ?? 'Çalışan' }}

@endif