@php $appName = config('core.app.name', __('core::core.brand.name')); @endphp
{{ $workspace['name'] }}

{{ $workspace['description'] ?? __('tenant::tenant.workspace.welcome') }}

{{ __('tenant::tenant.workspace.powered_by', ['name' => $appName]) }}

@if($loading)
@else @if(!empty($content['posts']))

{{ __('tenant::tenant.workspace.latest_posts') }}

@foreach($content['posts'] as $post) @endforeach
@endif @if(!empty($content['pages']))

{{ __('tenant::tenant.workspace.pages') }}

@endif @if(empty($content['posts']) && empty($content['pages']))
Vi with empty folder

{{ __('tenant::tenant.workspace.no_content.title') }}

{{ __('tenant::tenant.workspace.no_content.message') }}

@auth {{ __('tenant::tenant.workspace.create_content') }} @endauth
@endif @endif

{{ __('tenant::tenant.workspace.part_of_toolkit', ['name' => $appName]) }}

{{ __('tenant::tenant.workspace.toolkit_description') }}

@php $services = [ ['name' => 'BioHost', 'icon' => 'link', 'color' => 'blue', 'slug' => 'link'], ['name' => 'SocialHost', 'icon' => 'share-nodes', 'color' => 'green', 'slug' => 'social'], ['name' => 'Analytics', 'icon' => 'chart-line', 'color' => 'yellow', 'slug' => 'analytics'], ['name' => 'TrustHost', 'icon' => 'shield-check', 'color' => 'orange', 'slug' => 'trust'], ['name' => 'NotifyHost', 'icon' => 'bell', 'color' => 'red', 'slug' => 'notify'], ['name' => 'Hestia', 'icon' => 'globe', 'color' => 'violet', 'slug' => 'main'], ]; @endphp @foreach($services as $service)
{{ $service['name'] }}
@endforeach