@extends('layouts.home_page.master') @section('content')
{{ $settings['system_name'] ?? 'eSchool SaaS' }} {{ $settings['tag_line'] }} {{ $settings['hero_description'] }}
{{ $settings['hero_title_2'] }}
{{ $settings['hero_title_1'] }}
@include('registration_form')
{{ __('explore_our_top_features') }}
@foreach ($features as $key => $feature) @if ($key < 9)
{{ __($feature->name) }}
@else @endif @endforeach
@if ($settings['display_school_logos'] ?? '1')
@endif @if ($settings['display_counters'] ?? '1')
0+
{{ __('schools') }}
0+
{{ __('teachers') }}
0+
{{ __('students') }}
@endif @foreach ($featureSections as $key => $section) @if (($key + 1) % 2 != 0)
{{ $section->title }} {{ $section->heading }}
@foreach ($section->feature_section_list as $section_feature)
{{ $section_feature->feature }} {{ $section_feature->description }}
@endforeach
@foreach ($section->feature_section_list as $section_feature)
@endforeach
@else
{{ $section->title }} {{ $section->heading }}
@foreach ($section->feature_section_list as $section_feature)
@endforeach
@foreach ($section->feature_section_list as $section_feature)
{{ $section_feature->feature }} {{ $section_feature->description }}
@endforeach
@endif @endforeach

{{ $settings['about_us_title'] }}

{{ $settings['about_us_heading'] }}

{{ $settings['about_us_description'] }}

@foreach ($about_us_lists as $point) {{ $point }} @endforeach
{{ __('flexible_pricing_packages') }}
@if (isset($settings['custom_package_status']) && $settings['custom_package_status'])

{{ __('custom_package') }}

{{ $settings['custom_package_description'] ?? '' }}

@endif @if (count($faqs))
{{ __('frequently_asked_questions') }}
@foreach ($faqs as $faq)

{{ $faq->description }}
@endforeach
@endif
{{ __('lets_get_in_touch') }} {{ __('have_a_question_or_just_want_to_say_hi_Wed_love_to_hear_from_you') }}
@csrf
{{ __('phone') }} {{ __('mobile') }} : {{ $settings['mobile'] ?? '' }}
{{ __('email') }} {{ $settings['mail_send_from'] ?? 'example@gmail.com' }}
{{ __('location') }} {{ $settings['address'] ?? '' }}
{{ __('download_our_app_now') }} {{ $settings['download_our_app_description'] ?? '' }}
@endsection @section('script') @foreach ($featureSections as $key => $section) @endforeach @endsection