@push('styles') @endpush @php // Obtener el idioma actual $currentLocale = app()->getLocale(); // Obtener los datos del about section desde la base de datos $aboutSettings = App\Models\AboutSetting::getAllSettings(); // Seleccionar los datos según el idioma actual $aboutData = $aboutSettings[$currentLocale] ?? $aboutSettings['en']; // Obtener las imágenes y otros elementos comunes $images = $aboutSettings['images'] ?? []; $buttonUrl = $aboutSettings['button_url'] ?? '#'; $icons = $aboutSettings['features'] ?? []; @endphp
شعار المشروع

{{ $aboutData['subtitle_up'] ?? 'About Curioo Kids' }}

{{ $aboutData['title'] ?? 'We Help Children Learn and Grow' }}

{{ $aboutData['subtitle'] ?? 'Our platform offers interactive courses and activities designed to engage young minds and foster a love for learning.' }}

  • {{ $aboutData['features'][0]['title'] ?? 'Interactive Learning' }}

    {{ $aboutData['features'][0]['description'] ?? 'Engaging activities that make learning fun and effective' }}

  • {{ $aboutData['features'][1]['title'] ?? 'Expert Teachers' }}

    {{ $aboutData['features'][1]['description'] ?? 'Qualified educators who understand children\'s needs' }}

  • {{ $aboutData['features'][2]['title'] ?? 'Safe Environment' }}

    {{ $aboutData['features'][2]['description'] ?? 'A secure platform where children can learn safely' }}

  • {{ $aboutData['features'][3]['title'] ?? 'Progress Tracking' }}

    {{ $aboutData['features'][3]['description'] ?? 'Monitor your child\'s development and achievements' }}

{{ $aboutData['button_text'] ?? 'More About' }}
@push('scripts') @endpush