@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')) @endif
{{__($db_str.'name')}} {{__($db_str.'Description')}} {{__($db_str.'action')}}
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.
Buy Now  
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!
@php $ecommerceInstalled = $isLandlord ? file_exists(base_path('Modules/Ecommerce')) : in_array('ecommerce', explode(',', $general_setting->modules)); $buyNowUrl = $isLandlord ? 'https://lion-coders.com/software/ecommerce-addon-for-salepro-pos-saas' : 'https://lion-coders.com/software/ecommerce-addon-for-salepro-pos-inventory-management-app'; @endphp @if (!$ecommerceInstalled) Buy Now    @else @endif
SalePro{{$isLandlord ? 'SaaS' : ''}} Mobile App SalePro{{$isLandlord ? 'SaaS' : ''}} Mobile App - All-in-one mobile POS, inventory, HRM & accounting management app.
@php $apiInstalled = $isLandlord ? file_exists(base_path('app/Http/Controllers/Api')) : in_array('api', explode(',', $general_setting->modules)); $buyNowUrl = $isLandlord ? 'https://lion-coders.com/software/salepro-saas-mobile-app' : 'https://lion-coders.com/software/salepro-mobile-app-complete-pos-inventory-management-system-hrm-accountingsolution'; @endphp @if (!$apiInstalled) Buy Now    @else @endif
SalePro{{$isLandlord ? 'SaaS' : ''}} WooCommerce An addon to integrate SalePro{{$isLandlord ? 'SaaS' : ''}} with your existing WooCommerce website.
@php $woocommerceInstalled = $isLandlord ? file_exists(base_path('Modules/Woocommerce')) : in_array('woocommerce', explode(',', $general_setting->modules)); $buyNowUrl = $isLandlord ? 'https://lion-coders.com/software/woocommerce-addon-for-salepro-saas' : 'https://lion-coders.com/software/salepro-woocommerce-addon'; @endphp @if (!$woocommerceInstalled) Buy Now    @else @endif
@endsection @push('scripts') @endpush