{{-- Designation --}} {{ $team->designation?->{'name_' . app()->getLocale()} ?? '—' }} {{-- Department --}} {{ $team->department?->{'name_' . app()->getLocale()} ?? '—' }} {{-- Profile Image --}} {{-- Name --}} {{ $team->{'name_' . app()->getLocale()} }} {{-- Contact Details --}} {{ $team->phone_no ?? '—' }} {{ $team->email ?? '—' }}