@push('custom_css') @endpush @extends('employer.layouts.app') @section('content') {{-- @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent --}}
Plans
@if(is_null($pricing))

Pricing

Start streamlining your Payroll processes and simplifying your HR management now!

@else

{{$pricing->cms_type}}

{{$pricing->content}}

@endif
@foreach ($subscription as $sub) @if($sub->plan == 'MICRO')

{{ $sub->plan }}


${{ $sub->rate_per_month }} Per Month


Up to {{ $sub->range_to }} employees ${{ $sub->rate_per_employee }}/employee
@csrf {{----}}
@elseif($sub->plan == 'MEGA')

{{ $sub->plan }}


${{ $sub->rate_per_month }} Per Month


{{ $sub->range_from }} + employees ${{ $sub->rate_per_employee }}/employee
@csrf {{-- --}}
@else

{{ $sub->plan }}


${{ $sub->rate_per_month }} Per Month


{{ $sub->range_from }} to {{ $sub->range_to }} employees ${{ $sub->rate_per_employee }}/employee
@csrf {{----}}
@endif @endforeach
@endsection @push('custom_css') @endpush @push('custom_js') @endpush