@vite(['resources/css/app.css', 'resources/js/app.js'])

{{ __('platform.sections.general') }}

{{ __('platform.sections.general_description') }}

{{ __('platform.sections.design') }}

{{ __('platform.sections.design_description') }}

{{ __('platform.sections.icon') }}

{{ __('platform.sections.icon_description') }}

{{ __('platform.sections.splashscreen') }}

{{ __('platform.sections.splashscreen_description') }}

{{ __('platform.sections.navigation') }}

{{ __('platform.sections.navigation_description') }}

{{ __('platform.sections.drawer') }}

{{ __('platform.sections.drawer_description') }}

{{ __('platform.sections.webview') }}

{{ __('platform.sections.webview_description') }}

{{ __('platform.sections.permissions') }}

{{ __('platform.sections.permissions_description') }}

{{ __('platform.sections.custom_code') }}

{{ __('platform.sections.custom_code_description') }}

@php $hostedPagesCount = $app->hostedPages()->count(); $maxHostedPages = auth()->user()->plan?->getMaxHostedPagesPerApp(); @endphp

{{ __('platform.sections.hosted_pages') }}

{{ __('platform.sections.pages') }}: {{ $hostedPagesCount }}@if($maxHostedPages !== null)/{{ $maxHostedPages }}@endif

{{ __('platform.sections.notifications') }}

{{ __('platform.sections.notifications_description') }}

{{ __('platform.sections.builds') }}

{{ __('platform.sections.credits') }}: {{ auth()->user()->remaining_credits }}

{{ __('platform.sections.signing') }}

{{ __('platform.sections.signing_description') }}

{{ __('common.all_rights_reserved') }} © {{ date('Y') }}

@if($platform->getPreviewPanelComponent()) @endif
@if(\App\Models\SystemSetting::get('ai_chat_enabled', false) && auth()->user()->canUseAiChat()) @endif @stack('scripts')