{{ $page->getTranslation('title', app()->getLocale()) }}
{{ __('Faculty') }}
{{ $member->getTranslation('name', app()->getLocale()) }}
@if ($member->getTranslation('position', app()->getLocale())){{ $member->getTranslation('position', app()->getLocale()) }}
@endif @if ($member->employment_type_label) {{ $member->employment_type_label }} @endif @if ($member->getTranslation('qualifications', app()->getLocale())){{ $member->getTranslation('qualifications', app()->getLocale()) }}
@endif @if ($member->email){{ __('Email') }}: {{ $member->email }}
@endif @if ($member->phone){{ __('Phone') }}: {{ $member->phone }}
@endif @if ($member->office){{ __('Office') }}: {{ $member->office }}
@endif @if ($member->getTranslation('bio', app()->getLocale())){!! Str::limit(strip_tags($member->getTranslation('bio', app()->getLocale())), 150) !!}
@endif{{ __('Staff') }}
{{ $member->getTranslation('name', app()->getLocale()) }}
@if ($member->getTranslation('position', app()->getLocale())){{ $member->getTranslation('position', app()->getLocale()) }}
@endif @if ($member->getTranslation('qualifications', app()->getLocale())){{ $member->getTranslation('qualifications', app()->getLocale()) }}
@endif @if ($member->email){{ __('Email') }}: {{ $member->email }}
@endif @if ($member->phone){{ __('Phone') }}: {{ $member->phone }}
@endif @if ($member->office){{ __('Office') }}: {{ $member->office }}
@endif @if ($member->getTranslation('bio', app()->getLocale())){!! Str::limit(strip_tags($member->getTranslation('bio', app()->getLocale())), 150) !!}
@endif{{ __('DOCUMENTS') }}
{{ $category->getTranslation('name', app()->getLocale()) }} ({{ $categoryDocuments->count() }} {{ __('document(s)') }})
@if ($category->getTranslation('description', app()->getLocale())){{ $category->getTranslation('description', app()->getLocale()) }}
@endif @else{{ __('Uncategorized') }} ({{ $categoryDocuments->count() }} {{ __('document(s)') }})
@endif{{ $document->getTranslation('title', app()->getLocale()) }}
@if ($document->document_type) {{ strtoupper($document->document_type) }} @endif{{ Str::limit($document->getTranslation('description', app()->getLocale()), 150) }}
@endif {{-- Preview for images --}} @if ($document->document_type === 'image' && $document->file_path){{ __('No documents found.') }}
@endif{{ __('NEWS') }}
{{ $item->getTranslation('title', app()->getLocale()) }}
@if ($item->getTranslation('excerpt', app()->getLocale())){{ Str::limit($item->getTranslation('excerpt', app()->getLocale()), 100) }}
@endif {{ __('Read More') }} →