@if (! is_null($weather))

{{ trans('app.weather_current_title') }}

{{ $weather->getEmoji() }} {{ trans('app.weather_'.$weather->summary_icon) }} / {{ trans('app.weather_current_temperature_'.auth()->user()->temperature_scale, ['temperature' => $weather->temperature(auth()->user()->temperature_scale)]) }}

@endif @include('people.relationship.index') @include('people.sidebar')
@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')