@extends('employer.layouts.app') @dd($plan) @push('custom_css') {{-- --}} @endpush @section('content') {{-- @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent --}}
Plans
@foreach ($subscriptions as $subscription)

{{$subscription->plan}}


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


{{$subscription->range_from}} to {{$subscription->range_to}} employees {{-- Free --}}
@endforeach
{{--

Medium


$59 Per Month


41 to 100 employees

Enterprise


$99 Per Month


101 to 200 employees
--}} {{--
--}} {{-- @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
@elseif($sub->plan == 'MEGA')

{{ $sub->plan }}


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


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

{{ $sub->plan }}


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


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