{{ $detail->price_title }}


{{ $detail->price_description }}

@if (isset($packageSetting) && isset($trialPackage) && $packageSetting && !is_null($trialPackage))

{{$packageSetting->trial_message}}

@endif

@lang('modules.frontCms.pickPlan')

  • @lang('app.max') @lang('app.menu.employees')
  • @foreach($packageFeatures as $packageFeature)
  • {{ __('modules.module.'.$packageFeature) }}
  • @endforeach
@foreach ($packages as $item)
@if($item->recommended)
@lang('app.recommended')
{{ ucwords($item->name) }}
{{ $item->formatted_monthly_price }}

@lang('modules.frontCms.perMonth'), {{ $global->currency->currency_code }}.

@else
{{ ucwords($item->name) }}
{{ $item->formatted_monthly_price }}

@lang('modules.frontCms.perMonth'), {{ $global->currency->currency_code }}.

@endif
  • {{ $item->max_employees }}  
  • @php $packageModules = (array)json_decode($item->module_in_package); @endphp @foreach($packageFeatures as $packageFeature)
  • @if(in_array($packageFeature, $packageModules)) @endif  
  • @endforeach
@endforeach