{{-- Profile Image --}} @if ($team->image) @else {{ Str::substr($team->{'name_' . app()->getLocale()}, 0, 1) }} @endif {{-- Name --}} {{ $team->{'name_' . app()->getLocale()} }} {{-- Designation --}} {{ $team->designation?->{'name_' . app()->getLocale()} ?? '—' }} {{-- Department --}} {{ $team->department?->{'name_' . app()->getLocale()} ?? '—' }} {{-- Contact Details --}} {{-- Phone --}} {{ $team->phone_no ?? '—' }} {{-- Email --}} {{ $team->email ?? '—' }}