@if(!empty($settingsList['app_favicon'])) @else @endif @php $brandColor = $settingsList['brand_color'] ?? '#f76707'; $allowReg = ($settingsList['allow_registration'] ?? '1') == '1'; $heroBadge = $settingsList['landing_hero_badge'] ?? 'SaaS Organization Management Portal'; $heroTitle = $settingsList['landing_hero_title'] ?? 'Centralized HR Operations & Document Automation'; $heroDesc = $settingsList['landing_hero_desc'] ?? 'Manage onboarding checklists, leave applications, automated document expiries, payroll batches, and secure cloud storage in one high-performance dashboard.'; $ctaText = $settingsList['landing_cta_text'] ?? 'Get Started Now'; // Features Section $featuresTitle = $settingsList['landing_features_title'] ?? 'Platform Capabilities'; $featuresSubtitle = $settingsList['landing_features_subtitle'] ?? 'Enterprise-grade modules designed to automate daily operations'; $feat1Title = $settingsList['landing_feature_1_title'] ?? 'Onboarding Checklists'; $feat1Icon = $settingsList['landing_feature_1_icon'] ?? 'ti ti-list-check'; $feat1Desc = $settingsList['landing_feature_1_desc'] ?? 'Define reusable onboarding checklist templates, assign tasks, and track step-by-step progress for new hires.'; $feat2Title = $settingsList['landing_feature_2_title'] ?? 'Leave & Vacation Planner'; $feat2Icon = $settingsList['landing_feature_2_icon'] ?? 'ti ti-calendar-event'; $feat2Desc = $settingsList['landing_feature_2_desc'] ?? 'Apply for leaves, track dynamic entitlement balances, view team calendars, and process approvals with one click.'; $feat3Title = $settingsList['landing_feature_3_title'] ?? 'Document Automation'; $feat3Icon = $settingsList['landing_feature_3_icon'] ?? 'ti ti-files'; $feat3Desc = $settingsList['landing_feature_3_desc'] ?? 'Securely upload documents, receive email alerts before critical expiries, and verify validity status instantly.'; $feat4Title = $settingsList['landing_feature_4_title'] ?? 'Official Letters Builder'; $feat4Icon = $settingsList['landing_feature_4_icon'] ?? 'ti ti-file-text'; $feat4Desc = $settingsList['landing_feature_4_desc'] ?? 'Generate professional HR letters, salary certificates, and official documents dynamically for employees.'; $feat5Title = $settingsList['landing_feature_5_title'] ?? 'Multi-Tenant Context'; $feat5Icon = $settingsList['landing_feature_5_icon'] ?? 'ti ti-shield-lock'; $feat5Desc = $settingsList['landing_feature_5_desc'] ?? 'Isolate organization datasets completely using Spatie teams, enforcing strict tenant access controls and rules.'; $feat6Title = $settingsList['landing_feature_6_title'] ?? 'Hybrid Storage Integration'; $feat6Icon = $settingsList['landing_feature_6_icon'] ?? 'ti ti-cloud'; $feat6Desc = $settingsList['landing_feature_6_desc'] ?? 'Store data locally, on AWS S3 buckets, or on Bunny CDN nodes dynamically configured from settings.'; // Pricing Section $pricingTitle = $settingsList['landing_pricing_title'] ?? 'Flexible Pricing Plans'; $pricingSubtitle = $settingsList['landing_pricing_subtitle'] ?? 'Scale employee limits and storage integrations as you grow'; $pricingSliderTitle = $settingsList['landing_pricing_slider_title'] ?? 'Estimate Your Pricing'; $pricingSliderSubtitle = $settingsList['landing_pricing_slider_subtitle'] ?? 'Adjust the slider to your company size to discover your recommended plan.'; // Reviews Section $reviewsTitle = $settingsList['landing_reviews_title'] ?? 'Customer Testimonials'; $reviewsSubtitle = $settingsList['landing_reviews_subtitle'] ?? 'Feedback from platform administrators and HR directors'; // FAQs Section $faqsTitle = $settingsList['landing_faqs_title'] ?? 'Frequently Asked Questions'; $faqsSubtitle = $settingsList['landing_faqs_subtitle'] ?? 'Answers to common inquiries about organization setup and billing'; // Contact Section $contactTitle = $settingsList['landing_contact_title'] ?? 'Get In Touch'; $contactSubtitle = $settingsList['landing_contact_subtitle'] ?? 'Have questions about the platform? Send us a message and we\'ll reply shortly.'; // Footer Section $footerSubtitle = $settingsList['landing_footer_subtitle'] ?? 'The dynamic SaaS framework powering HR control and operations automation.'; @endphp
{{ $heroBadge }}

{!! e($heroTitle) !!}

{{ $heroDesc }}

@auth Go to Dashboard @else {{ $ctaText }} @if($allowReg) Register Org @endif @endauth
edocs.glix.ae/dashboard
GC Glix Connect
Dashboard
Employees
Leaves
Announcements
Documents

System Control Dashboard

Live Sync
Active Employees
124
Pending Leaves
3
Expiring Docs
8
Recent Activity
Passport Expiry alert John Doe Expires in 12 days
Annual Leave approved Sarah Jenkins Approved by Admin
Announcement published Office Renovation Notice Published

{{ $featuresTitle }}

{{ $featuresSubtitle }}

{{ $feat1Title }}

{{ $feat1Desc }}

{{ $feat2Title }}

{{ $feat2Desc }}

{{ $feat3Title }}

{{ $feat3Desc }}

{{ $feat4Title }}

{{ $feat4Desc }}

{{ $feat5Title }}

{{ $feat5Desc }}

{{ $feat6Title }}

{{ $feat6Desc }}

@if(($settingsList['landing_show_pricing'] ?? '1') == '1')

{{ $pricingTitle }}

{{ $pricingSubtitle }}

Monthly Billing Annual Billing Save 20%

{{ $pricingSliderTitle }}

{{ $pricingSliderSubtitle }}

1 Employee 250 Employees 500+ Employees
REQUIRED SEATS
25 Active Employees
RECOMMENDED PLAN
Pro Plan
99 AED / month
@forelse($plans as $plan)
@if($plan->slug === 'pro' || $plan->slug === 'professional') Recommended @endif

{{ $plan->name }}

{{ number_format($plan->price, 0) }} AED / month
Billed monthly
  • {{ $plan->employee_limit }} Active Employees limit
  • @php $features = []; if (!empty($plan->features)) { if (is_array($plan->features)) { $features = $plan->features; } elseif (is_string($plan->features)) { $decoded = json_decode($plan->features, true); if (is_string($decoded)) { $decoded = json_decode($decoded, true); } if (is_array($decoded)) { $features = $decoded; } } } @endphp @foreach($features as $feat)
  • {{ $feat }}
  • @endforeach
@auth Already Active @else Select Plan @endauth
@empty
No subscription plans currently published. Check back soon!
@endforelse
@endif @if((($settingsList['landing_show_reviews'] ?? '1') == '1') && count($reviews) > 0)

{{ $reviewsTitle }}

{{ $reviewsSubtitle }}

@foreach($reviews as $review)
{{ substr($review->reviewer_name, 0, 1) }}

{{ $review->reviewer_name }}

{{ $review->reviewer_role ?? 'HR Director' }} at {{ $review->reviewer_org ?? 'Global Enterprise' }}
@for($i = 0; $i < $review->rating; $i++) @endfor @for($i = $review->rating; $i < 5; $i++) @endfor

"{{ $review->review_text }}"

@endforeach
@endif @if((($settingsList['landing_show_faqs'] ?? '1') == '1') && count($faqs) > 0)

{{ $faqsTitle }}

{{ $faqsSubtitle }}

@foreach($faqs as $index => $faq)

{!! nl2br(e($faq->answer)) !!}
@endforeach
@endif

{{ $contactTitle }}

{{ $contactSubtitle }}

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf