@extends('backend.layout.main') @section('content') @push('css') @endpush @if(session()->has('message'))
{{ session()->get('message') }}
@endif @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif

{{trans('file.Addon List')}}

{{trans('file.name')}} {{trans('file.Description')}} {{trans('file.action')}}
SalePro SaaS It's a standalone application to start subscription business with SalePro. It is a multi tenant system and each client will have their separate database. This application comes with free landing page, unlimited custom pages, blog, payment gateway and lots more.
SalePro eCommerce Start an eCommerce store and manage all aspects of your eCommerce site from within SalePro. From inventories, customers, deliveries to CMS website, SEO and everything in between!
@if(!in_array('ecommerce',explode(',',$general_setting->modules))) Buy Now   @else @endif
SalePro WooCommerce An addon to integrate SalePro with your existing WooCommerce website.
@if (!\Schema::hasColumn('products', 'woocommerce_product_id')) Buy Now   @else @endif
@endsection @push('scripts') @endpush