@php
$db_str = '';
$isLandlord = 0;
if (!config('database.connections.saleprosaas_landlord')) {
$layout = 'backend.layout.main';
$db_str = 'db.';
}
else {
$isLandlord = 1;
$layout = 'landlord.layout.main';
}
@endphp
@extends($layout)
@section('content')
@push('css')
@endpush
{{__($db_str.'Addon List')}}
@if (!config('database.connections.saleprosaas_landlord'))
{{__($db_str.'name')}}
{{__($db_str.'Description')}}
{{__($db_str.'action')}}
@endif
SaleProSaaS
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{{$isLandlord ? 'SaaS' : ''}} eCommerce
Start an eCommerce store and manage all aspects of your eCommerce site from within SalePro{{$isLandlord ? 'SaaS' : ''}}. From inventories, customers, deliveries to CMS website, SEO and everything in between!
SalePro{{$isLandlord ? 'SaaS' : ''}} Mobile App
SalePro{{$isLandlord ? 'SaaS' : ''}} Mobile App - All-in-one mobile POS, inventory, HRM & accounting management app.
SalePro{{$isLandlord ? 'SaaS' : ''}} WooCommerce
An addon to integrate SalePro{{$isLandlord ? 'SaaS' : ''}} with your existing WooCommerce website.