@extends('front.beta.layouts.master') @section('page-title')HR Consultant SaaS@endsection @section('content')
For HR consultants and outsourced people teams

Manage every client workforce from one SaaS account.

Run recruitment, onboarding, employee records, documents, leave, performance, contractor operations, offboarding, and analytics for multiple client companies without mixing their data.

Consultant workspace includes
  • Client company register and staff limits by package
  • Recruitment to onboarding handoff
  • ATS compliant resume template starter
  • Remote, hybrid, contractor, and offboarding workflows
  • Documents, compliance packs, and HR analytics starter
@if($errors->any())
{{ $errors->first() }}
@endif
@foreach($packages as $package)
{{ strtoupper($package['code']) }}

{{ $package['title'] }}

${{ number_format($package['monthly_price'], 0) }}/mo

{{ $package['client_limit'] >= 999 ? 'Custom clients' : $package['client_limit'].' clients' }} / {{ $package['staff_limit'] >= 99999 ? 'Custom staff' : number_format($package['staff_limit']).' staff' }}

    @foreach(explode('|', $package['features']) as $feature)
  • {{ $feature }}
  • @endforeach
Pick {{ $package['title'] }}
@endforeach

Create your HR consultant account

Select a package, create your SaaS workspace, then add client companies and staff records from the employer dashboard.

@csrf
@endsection