@extends('layouts.auth2') @section('title', 'VENO Retail Cloud System') @section('content') @php $defaultFrontpage = (object) [ 'site_logo' => 'uploads/img/veno-logo.png', 'hero_image' => 'uploads/img/veno-login-banner.png', 'retail_image' => 'uploads/img/veno-login-banner.png', 'hero_badge' => 'Retail Cloud POS & ERP', 'hero_title' => 'VENO Retail Cloud System', 'hero_subtitle' => 'A premium cloud POS and ERP system for supermarkets, groceries, fashion stores, electronics shops and general retail businesses. Manage sales, inventory, barcode, customers, suppliers, users, branches and reports from one secure cloud platform.', 'whatsapp_number' => '971585878836', 'phone' => '+971 58 587 8836', 'email' => 'posveno@gmail.com', 'website' => 'www.alnuqtaalzakeya.com', 'location' => 'Dubai, UAE', 'primary_color' => '#ffb300', 'secondary_color' => '#ff9800', 'accent_color' => '#00BCD4', 'integrations_json' => [ ['icon' => '๐ฌ', 'title' => 'WhatsApp', 'description' => 'Customer communication and order follow-up.'], ['icon' => '๐๏ธ', 'title' => 'Noon', 'description' => 'Marketplace sales and retail order workflows.'], ['icon' => '๐', 'title' => 'WooCommerce', 'description' => 'Online store product and order connection.'], ['icon' => '๐ณ', 'title' => 'Payment Gateways', 'description' => 'Connect supported online payment options.'], ['icon' => '๐งพ', 'title' => 'Receipt Printers', 'description' => 'Thermal invoice and receipt printing.'], ['icon' => '๐ท๏ธ', 'title' => 'Barcode Printers', 'description' => 'Barcode labels for products and shelves.'], ['icon' => '๐', 'title' => 'Delivery Apps', 'description' => 'Connect delivery workflows for orders.'], ['icon' => 'โ๏ธ', 'title' => 'Cloud Backups', 'description' => 'Keep your retail data secure and accessible.'], ], 'pricing_json' => [ ['name' => 'Starter', 'label' => 'Contact Us', 'description' => 'Best for single shops and small retail businesses.', 'features' => ['POS & Sales', 'Inventory Management', 'Customers & Suppliers', 'Basic Reports']], ['name' => 'Professional', 'label' => 'Best Value', 'description' => 'Best for growing retail companies with branches and teams.', 'features' => ['Multi Store Control', 'Advanced Reports', 'User Permissions', 'Printer Configuration']], ['name' => 'Enterprise', 'label' => 'Custom', 'description' => 'Best for larger companies needing custom ERP workflows.', 'features' => ['Multi Company Setup', 'Custom Modules', 'Integrations', 'Priority Support']], ], ]; if (class_exists('\App\FrontpageSetting')) { $frontpage = \App\FrontpageSetting::current(); } elseif (class_exists('\App\Models\FrontpageSetting')) { $frontpage = \App\Models\FrontpageSetting::current(); } else { $frontpage = $defaultFrontpage; } foreach (get_object_vars($defaultFrontpage) as $key => $value) { if (!isset($frontpage->{$key}) || $frontpage->{$key} === null || $frontpage->{$key} === '') { $frontpage->{$key} = $value; } } $siteLogo = !empty($frontpage->site_logo) ? asset($frontpage->site_logo) : asset('uploads/img/veno-logo.png'); $heroImage = !empty($frontpage->hero_image) ? asset($frontpage->hero_image) : asset('uploads/img/veno-login-banner.png'); $retailImage = !empty($frontpage->retail_image) ? asset($frontpage->retail_image) : asset('uploads/img/veno-login-banner.png'); $frontWhatsapp = preg_replace('/[^0-9]/', '', $frontpage->whatsapp_number ?: '971585878836'); @endphp
{{ $frontpage->hero_subtitle }}
VENO Retail Cloud System gives your business full control over cashier operations, inventory, branches and reporting.
Touch-friendly cashier screen for fast sales, discounts, returns and receipts.
Track stock, transfers, purchase, expiry, variants, brands and categories.
Manage multiple branches with separated stock, users, reports and printers.
Run multiple businesses from one system with secure permissions.
Sales, profit, tax, stock, payments, expenses and daily register reports.
Manage balances, payments, purchase history, sales history and ledgers.
One system for different retail industries and store sizes.
A clear business flow from product setup to cashier operations, stock control and management reports.
Create products with barcode, category, brand, price, tax, variants and stock quantity.
Cashiers sell quickly with touch screen, barcode scanner, discounts and receipt printing.
Inventory updates automatically after every sale, purchase, return or branch transfer.
Owners see sales, profit, payments, tax, expenses and branch performance instantly.
Clean interface for cashiers, managers, accountants and business owners.
Connect your retail system with sales channels, communication tools, printers and payment services.
Trusted by businesses using VENO Cloud System.
{{ $item->company_name }}
{{ $item->review }}
VENO Cloud System is built for modern companies across the UAE.
Choose the best VENO Retail package based on your store size, users and branches.
{{ $price['description'] ?? '' }}
Tell us about your retail business and our team will contact you soon.
Premium Cloud ERP & POS Platform for UAE retail businesses.
Phone: {{ $frontpage->phone }}
Email: {{ $frontpage->email }}
Website: {{ $frontpage->website }}