@if (getActiveProfileType() === 'Admin') @profile('admin')
@if ($lastLoginAt)
{{ __('Previous login') . ': ' . $lastLoginAt }}
@endif
@endprofile @else
@if ($lastLoginAt)
{{ __('Previous login') . ': ' . $lastLoginAt }}
@livewire('main-post', [ 'type' => $profileType ? 'SiteContents\Welcome\Login\\' . $profileType : null, 'latest' => true, 'fallbackTitle' => __(''), 'fallbackDescription' => __('') ])
@else
@livewire('main-post', [ 'type' => $profileType ? 'SiteContents\Welcome\Login\\' . $profileType . '\\New' : null, 'latest' => true, 'fallbackTitle' => __('Welcome new ' . platform_user() . '!'), 'fallbackDescription' => __('') ])
@endif
@endif
{{ __('Find profiles, skills, events and more...')}}
@if(timebank_config('online.contact_list.dashboard.enabled')) @if (session('activeProfileType') === 'App\Models\User') @elseif (session('activeProfileType') === 'App\Models\Organization') @elseif (session('activeProfileType') === 'App\Models\Bank') @endif @endif
@if (session('activeProfileType') !== 'App\Models\Admin')
@include('post-header', ['title' => __('Update your skills')])
@endif {{-- Mark postNr = 1 to view 2nd latest post or the 2nd upcoming event --}} {{-- Mark related as 1 to view also for users / organizations in related locations --}}