Select Your Plan

Choose the package that fits your needs

@csrf
@foreach($packages as $package)

{{ $package->name }}

{{ $package->type == 'unlimited' ? 'Unlimited' : 'Up to ' . $package->number_of_employees }} employees

${{ number_format($package->price, 2) }}

{{ $package->duration_in_months }} month{{ $package->duration_in_months > 1 ? 's' : '' }} access

Features:
    @if($package->description) @foreach(explode("\n", $package->description) as $feature)
  • {{ trim($feature) }}
  • @endforeach @endif
@endforeach

Payment Details

Complete your subscription with secure payment

Loading...
Processing payment...