@extends($layout) @section('content')
{!! $tpl->displayNotification() !!}

{!! __('text.these_are_system_wide_settings') !!}


{!! __('subtitles.companydetails') !!}

{!! __('text.company_name_helper') !!}

{!! __('subtitles.defaults') !!}



{!! __('label.default_notification_types') !!}

{!! __('label.default_notification_types_description') !!}

@php $categoryLabels = [ 'tasks' => 'label.notification_category_tasks', 'comments' => 'label.notification_category_comments', 'goals' => 'label.notification_category_goals', 'ideas' => 'label.notification_category_ideas', 'projects' => 'label.notification_category_projects', 'boards' => 'label.notification_category_boards', ]; @endphp @foreach ($notificationCategories as $categoryKey => $config)
@endforeach

{!! __('label.default_notification_relevance') !!}

{!! __('label.default_notification_relevance_description') !!}

{!! __('headlines.logo') !!}

@if ($companySettings['logo'] != '') Logo @else {!! __('text.no_logo') !!} @endif

{!! __('buttons.select_file') !!} {!! __('buttons.change') !!} {!! __('buttons.remove') !!}


{!! __('text.logo_reset') !!}

{!! __('buttons.reset_logo') !!}
Generate API Key

    @foreach ($apiKeys as $apiKey)
  • {{ $apiKey['firstname'] }}
    lt_{{ $apiKey['username'] }}*** | {!! __('labels.created_on') !!}: {{ format($apiKey['createdOn'])->date() }} | {!! __('labels.last_used') !!}: {{ format($apiKey['lastlogin'])->date() }}
  • @endforeach
@dispatchEvent('tabsContent')
@once @push('scripts') @endpush @endonce @endsection