App Logo @if (society()->show_logo_text) {{ Str::limit(society()->name, 10) }} @endif
@if (session()->has('impersonate_society_id')) @livewire('society.stop-impersonate-society') @elseif (session()->has('impersonate_user_id')) @livewire('society.stop-impersonate') @endif @if (society()->package->package_type == \App\Enums\PackageType::DEFAULT) @lang('modules.settings.upgradeLicense') @elseif (society()->package->package_type == \App\Enums\PackageType::TRIAL) @php $daysLeftInTrial = floor(now(timezone())->diffInDays(\Carbon\Carbon::parse(society()->trial_ends_at)->addDays(1))); @endphp {{ $daysLeftInTrial > 0 ? $daysLeftInTrial .' ' . __('modules.package.daysLeftTrial') : __('modules.package.trialExpired') }} @endif @if (languages()->count() > 1) @livewire('settings.languageSwitcher') @endif
View in Fullscreen
Toggle dark mode
@livewire('notifications')

{{ auth()->user()->name }}

{{ auth()->user()->email }}

  • @lang('menu.profile')
  • @if (user_can('Manage Settings'))
  • @lang('menu.settings')
  • @endif
  • @csrf @lang('menu.signOut')