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

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

{{ _trans('frontend.No large investment. Only month wise subscription base HR Software.') }}

{{ _trans('frontend.All of our pricing includes') }}

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

{{ _trans('frontend.Soft Pricing, Best HR Software') }}

{{ _trans('frontend.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'] }}${{ _trans('frontend./Month') }}

@else

{{ @$pricing['price'] }}${{ _trans('frontend./Per User') }}

@endif

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

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