@foreach ($franchisingSlider as $slider)
{{ $slider->text }} @php // Determine position classes based on selected text_position $positionClasses = match ($slider->text_position ?? 'default') { 'left' => 'ltr:left-20 rtl:right-20 top-2/3 sm:top-1/2 transform -translate-y-1/2', 'right' => 'ltr:right-20 rtl:left-20 top-2/3 sm:top-1/2 transform -translate-y-1/2', 'top' => 'top-4 sm:top-8 left-2/3 sm:left-1/2 transform -translate-x-1/2', 'bottom' => 'bottom-4 sm:bottom-8 left-2/3 sm:left-1/2 transform -translate-x-1/2', 'center' => 'top-0 flex justify-center text-center h-full w-full', default => 'top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2', // Default to center if no position is selected }; @endphp
@if ($slider->text)
{!! str($slider->text)->sanitizeHtml() !!}
@endif @if ($slider->button_url) @endif
@endforeach

{{ __('a wonderful opportunity to guide the future') }}

{{ __('Own Your CURIOOkids Studio') }}

{{ __('Join one of the fastest growing and most innovative learning companies in the world') }}

{{ __('What we do') }}

{{ __('We are a highly') }} {{ __('innovative international education provider') }} {{ __('for young learners.') }}

{{ __('Our mission is to intelligently use AI enabled behavioral software to') }}

{{ __('discover the passion and talent of our students and teach the vital skills:') }}

{{ __('Benefits of owning a curiookids studio') }}

@foreach ($benifits as $key => $benifit)
{!! $benifit['icon'] !!}

{!! $benifit['title'][$locale] !!}

{!! $benifit['description'][$locale] !!}

{!! $benifit['content'][$locale] !!}

@endforeach

{{ __('Our testimonials') }}

@foreach ($testimonials as $testimonial)

{{ $testimonial['quote'][$locale] }}

{{ $testimonial['name'][$locale] }}
{{ $testimonial['username'][$locale] }}
@endforeach

{{ __('Our Simple Onboarding Process') }}

    @foreach ($processSteps as $key => $step)
  • {{ $key + 1 }}

    {{ $step['step'][$locale] }}

  • @endforeach
@livewire('enquiry-form')