@extends('layouts.home_page.master') @section('content')
{{ $settings['system_name'] ?? 'eSchool SaaS' }}

{{ $settings['tag_line'] ?? 'Smart School Management, Effortless Excellence' }}

{{ $settings['hero_description'] ?? 'All-in-one platform for schools – manage students, staff, fees, exams, and more. No image clutter, just pure efficiency.' }}

@if($isDemoSchool == 1){{ __('demo_school') }}@endif
@if($settings['display_counters'] ?? '1')
{{ $counter['school'] ?? 0 }}+
{{ __('schools') }}
{{ $counter['teacher'] ?? 0 }}+
{{ __('teachers') }}
{{ $counter['student'] ?? 0 }}+
{{ __('students') }}
@endif
{{ __('explore_our_top_features') }}

Everything you need to run your school

Powerful, integrated, and incredibly easy to use

@foreach($features as $feature)

{{ __($feature->name) }}

Powerful {{ __($feature->name) }} module with full automation.

@endforeach
@foreach($featureSections as $key => $section)
{{ $section->title }}

{{ $section->heading }}

@foreach($section->feature_section_list as $idx => $item)
{{ $item->feature }}

{{ $item->description }}

@endforeach

Seamless Experience

{{ $section->heading }} – fully integrated into your daily workflow.

@endforeach
{{ $settings['about_us_title'] ?? 'Why choose us' }}

{{ $settings['about_us_heading'] ?? 'We simplify school administration' }}

{{ $settings['about_us_description'] ?? 'Our platform reduces paperwork, saves time, and connects all stakeholders.' }}

    @foreach($about_us_lists as $point)
  • {{ $point }}
  • @endforeach

"A complete transformation for our school. No more manual work."


Principal, Smart School
Verified Customer
@if($settings['display_school_logos'] ?? '1')
@endif
{{ __('flexible_pricing_packages') }}

Simple, transparent pricing

No hidden fees. Upgrade or downgrade anytime.

@foreach($packages as $package)
@if($package->highlight)
Popular
@endif

{{ __($package->name) }}

@if($package->is_trial == 1) Free @elseif($package->type == 0) {{ $settings['currency_symbol'] ?? '$' }}{{ number_format($package->charges, 2) }} @else {{ $settings['currency_symbol'] ?? '$' }}{{ number_format($package->student_charge, 2) }}/student @endif

{{ $package->days }} {{ __('days') }}


    @foreach($features as $feature)
  • {{ __($feature->name) }}
  • @endforeach
@endforeach
@if(isset($settings['custom_package_status']) && $settings['custom_package_status'])

{{ __('custom_package') }}

{{ $settings['custom_package_description'] ?? 'Need a tailored solution? Contact us for a custom plan.' }}

{{ __('get_in_touch') }}
@endif @if(count($faqs))
{{ __('frequently_asked_questions') }}

Got questions? We have answers

@foreach($faqs as $faq)

{!! nl2br(e($faq->description)) !!}
@endforeach
@endif
{{ __('lets_get_in_touch') }}

Ready to transform your school?

Talk to our team today

@csrf
@if(config('services.recaptcha.key'))
@endif
{{ __('phone') }}
{{ $settings['mobile'] ?? 'Not provided' }}
{{ __('email') }}
{{ $settings['mail_send_from'] ?? 'hello@eschool.com' }}
{{ __('location') }}
{{ $settings['address'] ?? 'Online / Anywhere' }}
@include('registration_form') @endsection @section('script') @endsection