@extends('layouts.sass-app') @push('head-script') @if(count($packages) > 0) @endif @endpush @section('content') {{ $trFrontDetail->price_title ?: $defaultTrFrontDetail->price_title }} {{ $trFrontDetail->price_description ?: $defaultTrFrontDetail->price_description }} {{--@if (isset($packageSetting) && isset($trialPackage) && $packageSetting && !is_null($trialPackage))--}} {{--{{$packageSetting->trial_message}}--}} {{--@endif--}} @if($monthlyPlan > 0) @lang('app.monthly') @endif @if($annualPlan > 0) @lang('app.annual') @endif @lang('app.pickUp') @lang('app.yourPlan') {{--@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 $key => $item) @if($item->annual_status == '1') {{ ($item->name) }} @if(currency_position(null,$global->currency->currency_symbol) =='front') {{ $global->currency->currency_symbol }} @endif {{ $item->annual_price }} @if(currency_position(null,$global->currency->currency_symbol) !=='front') {{ $global->currency->currency_symbol }} @endif @lang('app.billedAnnually') {{ $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)) @else @endif @endif @endforeach {{----}} {{--buy now--}} {{----}} @endif @endforeach @lang('app.pickUp') @lang('app.yourPlan') {{--@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 $key=>$item) @if($item->monthly_status == '1') {{ ($item->name) }} @if(currency_position(null,$global->currency->currency_symbol) =='front') {{ $global->currency->currency_symbol }} @endif {{ $item->monthly_price }} @if(currency_position(null,$global->currency->currency_symbol) !=='front') {{ $global->currency->currency_symbol }} @endif @lang('app.billedMonthly') {{ $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)) @else @endif @endif @endforeach {{----}} {{--buy now--}} {{----}} @endif @endforeach {{ $trFrontDetail->faq_title ?: $defaultTrFrontDetail->faq_title }} @forelse($frontFaqs as $frontFaq) {{ $frontFaq->question }} {!! $frontFaq->answer !!} @empty @endforelse @endsection @push('footer-script') @endpush
{{ $trFrontDetail->price_description ?: $defaultTrFrontDetail->price_description }}
@lang('app.billedAnnually')
@lang('app.billedMonthly')
{!! $frontFaq->answer !!}