@extends('backend.layout.main') @section('content') @if(session()->has('message'))
{{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
|