@if (auth()->user()->profile_new_life_event_badge_seen == false)
{{ trans('app.new') }}
@endif
{{ trans('people.life_event_list_tab_life_events') }} ({{ $contact->lifeEvents()->count() }})
{{ trans('people.life_event_list_tab_other') }}
Photos
@include('people.life-events.index')
@if ($modules->contains('key', 'notes'))
hashID() }}>
@endif
@if ($modules->contains('key', 'conversations'))
@include('people.conversations.index')
@endif
@if ($modules->contains('key', 'phone_calls'))
@include('people.calls.index')
@endif
@if ($modules->contains('key', 'activities'))
@include('activities.index')
@endif
@if ($modules->contains('key', 'reminders'))
@include('people.reminders.index')
@endif
@if ($modules->contains('key', 'tasks'))
@include('people.tasks.index')
@endif
@if ($modules->contains('key', 'gifts'))
@include('people.gifts.index')
@endif
@if ($modules->contains('key', 'debts'))
@include('people.debt.index')
@endif
@if ($modules->contains('key', 'documents'))
@include('people.documents.index')
@endif
@include('people.photos.index')