@php $userprice = !empty($plan) ? $plan->price_per_user_monthly : 0; $userpriceyearly = !empty($plan) ? $plan->price_per_user_yearly : 0; $workspaceprice = !empty($plan) ? $plan->price_per_workspace_monthly : 0; $workspacepriceyearly = !empty($plan) ? $plan->price_per_workspace_yearly : 0; $planprice = !empty($plan) ? $plan->package_price_monthly : 0; $planpriceyearly = !empty($plan) ? $plan->package_price_yearly : 0; $currancy_symbol = admin_setting('defult_currancy_symbol'); $currency_setting = json_encode(Arr::only(getAdminAllSetting(), ['site_currency_symbol_position','currency_format','currency_space','site_currency_symbol_name','defult_currancy_symbol','defult_currancy','float_number','decimal_separator','thousand_separator'])); @endphp @extends('layouts.main') @section('page-title') {{ __('Pricing') }} @endsection @section('page-breadcrumb') {{ __('Pricing') }} @endsection @push('scripts') @endpush @section('content') @if((admin_setting('custome_package') == 'on') && (admin_setting('plan_package') == 'on'))
{{ $module->description ?? '' }}
{{ __('Click ') }}{{ __('here') }} {{ __('to back home') }}
{{ isset($json['description']) ? $json['description'] : '' }}