@extends('backend.layout.main') @section('content') @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 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