{{ $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')
  • @lang('app.menu.fileStorage')
  • @foreach($packageFeatures as $packageFeature) @if(in_array($packageFeature, $activeModule))
  • {{ __('modules.module.'.$packageFeature) }}
  • @endif @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 }}  
  • @if($item->max_storage_size == -1)
  • @lang('app.unlimited')
  • @else
  • {{ $item->max_storage_size }} {{ strtoupper($item->storage_unit) }}
  • @endif @php $packageModules = (array)json_decode($item->module_in_package); @endphp @foreach($packageFeatures as $packageFeature) @if(in_array($packageFeature, $activeModule))
  • @if(in_array($packageFeature, $packageModules)) @endif  
  • @endif @endforeach
@endforeach