@extends('layouts.splash') @section('title', config('hrms.company', 'Synergy HRM')) @section('subtitle', 'Powering People & Business') @section('meta-description', 'The complete HR management platform — payroll, performance, attendance, leave and training unified in one system.') {{-- ── Override nav links to include Login CTA ─────────────────────────── --}} @section('nav-links')
  • Features
  • Roles
  • Contact
  • Sign In
  • @endsection @section('footer-tagline') Powering People & Business @endsection @section('footer-links')
  • Features
  • Roles
  • Contact
  • Sign In
  • @endsection {{-- ── Page-specific styles ─────────────────────────────────────────────── --}} @push('styles') @endpush @section('content') {{-- ═══════════════════════════════════════════════ HERO — full-bleed photo + editorial headline ═══════════════════════════════════════════════ --}}
    {{ config('hrms.company') }} — HR professionals collaborating
    {{-- Live indicator --}}
    Next-Generation HR Platform
    {{-- Main headline --}}

    HR That
    Actually
    Works.

    {{ config('hrms.company') }} unifies your entire workforce — payroll, performance, attendance, and compliance — in one intelligent platform built for clarity, speed, and scale.

    {{-- CTA buttons --}} {{-- Stats row --}}
    12+
    HR Modules
    5
    User Roles
    8
    UI Themes
    100%
    Yours to Own
    {{-- Floating glass card --}}
    📊
    Live Dashboard
    Executive Insights
    Real-time workforce analytics
    {{-- ═══════════════════════════════════════════════ TICKER / MODULE MARQUEE ═══════════════════════════════════════════════ --}}
    @php $modules = [ 'Employee Records','Payroll Automation','Leave Management', 'Performance Evaluation','Attendance Tracking','Training & Development', 'Discipline Management','Executive Dashboard','PDF Payslips', '8 UI Themes','Mobile Responsive','Role-Based Access', ]; @endphp @foreach(array_merge($modules, $modules) as $mod) {{ $mod }} @endforeach
    {{-- ═══════════════════════════════════════════════ FEATURES ═══════════════════════════════════════════════ --}}
    Platform Capabilities

    Everything in one place.
    Nothing you don't need.

    Purpose-built for organisations that need clarity and control — without enterprise-software complexity or bloated licensing costs.

    @php $features = [ ['01', '#e0f5f2', '#2cb5a0', 'bi-people', 'Multi-Role Access', 'Five precisely-scoped roles — President, HR Manager, Department Head, and Employee — each with their own dashboard and permissions.'], ['02', '#fef3e2', '#f97316', 'bi-display', 'Executive Dashboard', 'Live KPI panels, leave trend charts, payroll summaries, and pending approvals — all in one command-centre view for leadership.'], ['03', '#f0fdf4', '#22c55e', 'bi-cash-coin', 'One-Click Payroll', 'Generate payslips for every active employee in seconds. Tax and pension deductions apply automatically. PDF payslips with dual-currency support.'], ['04', '#eff6ff', '#3b82f6', 'bi-calendar-check', '4-Stage Leave Approvals', 'Configurable approval chains — Employee → Dept Head → HR Manager → President. Full audit trail and automatic balance deductions on final sign-off.'], ['05', '#fdf4ff', '#a855f7', 'bi-bar-chart-steps','Performance Evaluations', 'Weighted multi-criteria scoring with automatic rating bands. Evaluations flow through submission, acknowledgement, and HR review — all tracked.'], ['06', '#fff1f2', '#f43f5e', 'bi-palette', '8 Live UI Themes', 'Navy, Dark Mode, Forest, Purple, Crimson, Teal, Gold & Black, or Slate — per-user preference, persisted in the database, instant switch.'], ]; @endphp @foreach($features as $i => [$num, $iconBg, $iconColor, $icon, $title, $desc])
    {{ $num }}
    {{ $title }}
    {{ $desc }}
    @endforeach
    {{-- ═══════════════════════════════════════════════ ROLES — dark split ═══════════════════════════════════════════════ --}}
    Built for every seat

    The right view
    for every role.

    {{ config('hrms.company') }} surfaces exactly what each person needs — no noise, no data they shouldn't see.

    @php $roles = [ ['🏛️', 'President / CEO', 'Executive KPI dashboard, workforce analytics, final leave approvals and payroll sign-off.'], ['👥', 'HR Manager', 'Full employee records, payroll generation, leave processing, discipline management and reports.'], ['📋', 'Department Head', 'Department-scoped leave approvals, headcount overview, attendance summaries and evaluations.'], ['👤', 'Employee', 'Personal dashboard — leave requests, attendance history, evaluation results, training enrolment, payslips.'], ['⚙️', 'Super Admin', 'System-wide access — all modules, all data, all configuration.'], ]; @endphp @foreach($roles as $i => [$ico, $name, $desc])
    {{ $ico }}
    {{ $name }}
    {{ $desc }}
    @endforeach
    {{-- ═══════════════════════════════════════════════ DEMO / CONTACT ═══════════════════════════════════════════════ --}}
    For Growing Organisations

    Ready to modernise your HR?

    Request a personalised walkthrough. We'll show you {{ config('hrms.company') }} running with your departments, your roles, and your branding — no slides, no sales pitch.

    @php $checks = [ ['Full source code', 'deploy to your own server — no lock-in, no subscriptions'], ['Your branding', 'company name, logo initials, colour theme'], ['Live demo environment','all 5 roles, real HR data to explore'], ['cPanel compatible', 'shared hosting ready — no devops required'], ]; @endphp @foreach($checks as [$strong, $text])
    {{ $strong }} — {{ $text }}
    @endforeach
    {{-- Demo request form --}}
    Request a Demo
    Response within one business day.
    {{-- This form can be wired to a ContactController or mail route --}}
    @csrf

    No spam. No commitment. Just a demo.

    @endsection @push('scripts') @endpush