import React from 'react'; import { Link, usePage } from '@inertiajs/react'; export default function GuestLayout({ children }: { children: React.ReactNode }) { const props = usePage().props as any; const { system_settings } = props; const appName = system_settings?.app_name || 'biiproject kit v2'; const appLogo = system_settings?.app_logo; const appLogoText = system_settings?.app_logo_text || 'BK'; return (
Enterprise Platform
Access control, user management, and system configuration — unified in one secure interface.
{/* Feature pills */}© {new Date().getFullYear()} {appName}. All rights reserved.