@extends('super-admin.layouts.front-app')
@section('header-section')
@include('super-admin.front.section.header')
@endsection
@section('content')
@include('super-admin.front.section.feature')
@if(!empty($packages))
@include('super-admin.front.section.pricing')
@endif
@include('super-admin.front.section.contact')
@endsection
@push('footer-script')
@if ($global->google_recaptcha_status == 'active' && $global->google_recaptcha_v2_status == 'active')
@endif
@if ($global->google_recaptcha_status == 'active' && $global->google_recaptcha_v3_status == 'active')
@endif
@endpush