@extends('layouts.sass-app') @section('content') {{ $frontDetail->price_title }} {{ $frontDetail->price_description }} @if (isset($packageSetting) && isset($trialPackage) && $packageSetting && !is_null($trialPackage)) {{$packageSetting->trial_message}} @endif @lang('app.monthly') @lang('app.annual') @lang('app.pickUp') @lang('app.yourPlan') {{--@lang('modules.frontCms.pickPlan')--}} @lang('app.max') @lang('app.menu.employees') @foreach($packageFeatures as $packageFeature) {{ __('modules.module.'.$packageFeature) }} @endforeach @foreach ($packages as $key => $item) {{ ucwords($item->name) }} {{ $global->currency->currency_symbol }} {{ round($item->annual_price) }} @lang('app.billedAnnually') {{ $item->max_employees }} @php $packageModules = (array)json_decode($item->module_in_package); @endphp @foreach($packageFeatures as $packageFeature) @if(in_array($packageFeature, $packageModules)) @else @endif @endforeach {{----}} {{--buy now--}} {{----}} @endforeach @lang('app.pickUp') @lang('app.yourPlan') {{--@lang('modules.frontCms.pickPlan')--}} @lang('app.max') @lang('app.menu.employees') @foreach($packageFeatures as $packageFeature) {{ __('modules.module.'.$packageFeature) }} @endforeach @foreach ($packages as $key=>$item) {{ ucwords($item->name) }} {{ $global->currency->currency_symbol}} {{ round($item->monthly_price) }} @lang('app.billedMonthly') {{ $item->max_employees }} @php $packageModules = (array)json_decode($item->module_in_package); @endphp @foreach($packageFeatures as $packageFeature) @if(in_array($packageFeature, $packageModules)) @else @endif @endforeach {{----}} {{--buy now--}} {{----}} @endforeach {{ $frontDetail->faq_title }} @forelse($frontFaqs as $frontFaq) {{ $frontFaq->question }} {!! $frontFaq->answer !!} @empty @endforelse @endsection @push('footer-script') @endpush
{{ $frontDetail->price_description }}
@lang('app.billedAnnually')
@lang('app.billedMonthly')
{!! $frontFaq->answer !!}