@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'); $subscriptionDetail = SubscriptionDetails($user->id); $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')
{{ isset($module->description) ? $module->description : '' }}
{{ __('Click ') }}{{ __('here') }} {{ __('to back home') }}
{{ isset($purchased->description) ? $purchased->description : '' }}