@if (Auth::check() and Auth::user()->isOsaaUser())
@endif @if (!Helpers::strIsEmpty($info['staff']->getDisplayName()))
{{ $info['staff']->getDisplayName() }}
@else
TBD
@endif
@if (!Helpers::strIsEmpty($info['staff']->alt_title)) {{ $info['staff']->alt_title }} ({{ $info['role']->name }}) @else {{ $info['role']->name }} @endif
{{ $info['district']->name }}
{{ Helpers::obfuscateEmailLink ($info['staff']->email) }}

@if (!Helpers::strIsEmpty($info['staff']->work_phone)) Work: {{ Helpers::displayCombinedPhone($info['staff']->work_phone) }} @endif @if (!Helpers::strIsEmpty($info['staff']->mobile_phone) and Auth::check() and Auth::user()->isOsaaUser())
Mobile: {{ Helpers::displayCombinedPhone($info['staff']->mobile_phone) }} @endif
@if (Auth::check() and Auth::user()->isOsaaUser())
ID #: {{ $info['staff']->id }}
Type: {{ (!Helpers::strIsEmpty($info['staff']->staff_type)) ? $info['staff']->staff_type : 'NULL' }}
Shown on Rosters: {{ ($info['staff']->is_on_rosters) ? 'YES' : 'NO' }}
{{--Created: {{ date('n/j/Y g:ia', strtotime($info['staff']->created_at)) }}
--}} Updated: {{ date('n/j/Y g:ia', strtotime($info['staff']->updated_at)) }}
Modifier: {{ $info['updated_by'] }}
{{--Notes: {{ $info['staff']->staff_notes }}--}} Notes: {{ (!Helpers::strIsEmpty(preg_replace('/\[.*\]/', '', $info['staff']->staff_notes))) ? preg_replace('/\[.*\]/', '', $info['staff']->staff_notes) : 'NULL' }}
@endif