@extends('frontend.includes.master') @section('title', @$data['title']) @section('content')

{{ @$data['title'] }}

No large investment. Only month wise subscription base HR Software.

All of our pricing includes

  • Unlimited Support
  • Unlimited Customizations
  • User Training
  • Data Imports
  • Pre-configured workflow & templates
  • 30-day termination notice (not required during first 30 days)

Soft Pricing, Best HR Software

We invite you to take a self guided tour through the pihr experience. Stop, start, and review at our own pace. When you’re ready for more just schedule a demo to take a look at HR software and have experience with the best HRM software in Bangladesh.

@foreach ($data['pricing'] as $key2=>$pricing)

{{ @$pricing['title'] }}

@if($pricing['title'] != 'Premium Package')

{{ @$pricing['price'] }}$/Month

@else

{{ @$pricing['price'] }}$/Per User

@endif

{{ @$pricing['subscription'] }}

    @foreach ($pricing['features'] as $key => $feature)
  • {{ $key }} - {{ $feature }}
  • @endforeach
@endforeach
@endsection