@extends($layout) @section('page-title') {{ __('Software Details') }} @endsection @section('content')

404

{{ __('Ooops!!! The Add on you are looking for is not found')}}

{{ __('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.')}}}

@if (count($modules) > 0)
@foreach ($modules as $module) @if (!isset($module->display) || $module->display == true)

{{ isset($module->alias) ? $module->alias :'' }}

{{ 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
@endif
@endsection