@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'); $admin_settings = getAdminAllSetting(); $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($layout) @section('page-title') {{ __('Pricing') }} @endsection @section('content')

{{ __('Simple Pricing') }}

{{ __('Choose extensions that best match your business needs') }}

{{ __('Basic Package') }}

{{ __('+' . count($modules) . ' Premium Add-on') }}
{{ super_currency_format_with_sym($planprice) }} {{ __('/Month') }}
@if (count($modules) > 0) @foreach ($modules as $key => $module) @if (!isset($module->display) || $module->display == true)
{{ __('Statistics') }}

{{ $module->alias }}

{{ $module->description ?? '' }}

{{ super_currency_format_with_sym(ModulePriceByName($module->name)['monthly_price']) }} {{ __('/Month') }} {{ super_currency_format_with_sym(ModulePriceByName($module->name)['yearly_price']) }} {{ __('/Year') }}
{{ __('View Details') }}
@endif @endforeach @else

{{ __('Modules Not Available') }}

{{ __('Click ') }}{{ __('here') }} {{ __('to back home') }}

@endif
{{ __('Basic Package') }}
{{ __('SOLID FOUNDATION') }}

{{ __('A style theme, together with a dedicated Laravel backend') }} {{ __('and an intuitive mobile app') }}

{{ __('gives your business an unfair advantage. The package doesn’t just provide you with everything you need to start selling online. It gives you a solid foundation for an eCommerce business for years to come.”') }}

{{ __('SOLID FOUNDATION') }}

{{ __('A style theme, together with a dedicated Laravel backend') }} {{ __('and an intuitive mobile app') }}

{{ __('gives your business an unfair advantage. The package doesn’t just provide you with everything you need to start selling online. It gives you a solid foundation for an eCommerce business for years to come.”') }}

{{ __('SOLID FOUNDATION') }}

{{ __('A style theme, together with a dedicated Laravel backend') }} {{ __('and an intuitive mobile app') }}

{{ __('gives your business an unfair advantage. The package doesn’t just provide you with everything you need to start selling online. It gives you a solid foundation for an eCommerce business for years to come.”') }}

{{ __('SOLID FOUNDATION') }}

{{ __('A style theme, together with a dedicated Laravel backend') }} {{ __('and an intuitive mobile app') }}

{{ __('gives your business an unfair advantage. The package doesn’t just provide you with everything you need to start selling online. It gives you a solid foundation for an eCommerce business for years to come.”') }}

{{ __('SOLID FOUNDATION') }}

{{ __('A style theme, together with a dedicated Laravel backend') }} {{ __('and an intuitive mobile app') }}

{{ __('gives your business an unfair advantage. The package doesn’t just provide you with everything you need to start selling online. It gives you a solid foundation for an eCommerce business for years to come.”') }}

{{ __('Why Choose a Dedicated Fashion Theme') }} {{ __('for Your Business?') }}

{{ __('With Alligō, you can take care of the entire partner lifecycle - from onboarding through nurturing, cooperating, and rewarding. Find top performers and let go of those who aren’t a good fit.') }}

{{ __('How do I order?') }}

{{ __('We’re not always in the position that we want to be at. We’re constantly growing. We’re constantly making mistakes. We’re constantly trying to express ourselves and actualize our dreams. If you have the opportunity to play this game of life you need to appreciate every moment. A lot of people don’t appreciate the moment until it’s passed.') }}

{{ __('How do I order?') }}

{{ __('We’re not always in the position that we want to be at. We’re constantly growing. We’re constantly making mistakes. We’re constantly trying to express ourselves and actualize our dreams. If you have the opportunity to play this game of life you need to appreciate every moment. A lot of people don’t appreciate the moment until it’s passed.') }}

{{ __('How do I order?') }}

{{ __('We’re not always in the position that we want to be at. We’re constantly growing. We’re constantly making mistakes. We’re constantly trying to express ourselves and actualize our dreams. If you have the opportunity to play this game of life you need to appreciate every moment. A lot of people don’t appreciate the moment until it’s passed.') }}

@csrf
@endsection @push('scripts') @endpush