@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_title }}
@php $slides = []; if (class_exists('\App\FrontpageSlide')) { \App\FrontpageSlide::seedDefaults(); $slides = \App\FrontpageSlide::where('is_active', 1) ->orderBy('sort_order') ->get(); } @endphp @if(isset($slides) && count($slides))
@foreach($slides as $slide)
{{ $slide->badge ?: $frontpage->hero_badge }}

{{ $slide->title ?: $frontpage->hero_title }}

{{ $slide->subtitle ?: $frontpage->hero_subtitle }}

{{ $slide->title }}
@endforeach
@else
{{ $frontpage->hero_badge }}

{{ $frontpage->hero_title }}

{{ $frontpage->hero_subtitle }}

{{ $frontpage->hero_title }}
@endif

Everything Retail Businesses Need

VENO Retail Cloud System gives your business full control over cashier operations, inventory, branches and reporting.

๐Ÿงพ

Fast POS Billing

Touch-friendly cashier screen for fast sales, discounts, returns and receipts.

๐Ÿ“ฆ

Inventory Control

Track stock, transfers, purchase, expiry, variants, brands and categories.

๐Ÿช

Multi Store

Manage multiple branches with separated stock, users, reports and printers.

๐Ÿข

Multi Company

Run multiple businesses from one system with secure permissions.

๐Ÿ“Š

Reports

Sales, profit, tax, stock, payments, expenses and daily register reports.

๐Ÿ‘ฅ

Customers & Suppliers

Manage balances, payments, purchase history, sales history and ledgers.

Perfect For Many Retail Types

One system for different retail industries and store sizes.

Supermarket / GroceryBarcode, quick sales, stock alerts, purchase and supplier control.
Fashion & BoutiqueSizes, colors, variants, customer history and multi-branch selling.
Electronics StoresWarranty, serial items, inventory tracking and customer invoices.
General RetailFlexible POS, inventory, reports and cloud management for any retail business.

Retail Workflow Designed For Speed

A clear business flow from product setup to cashier operations, stock control and management reports.

01
๐Ÿท๏ธ
Add Products

Create products with barcode, category, brand, price, tax, variants and stock quantity.

02
๐Ÿงพ
Sell From POS

Cashiers sell quickly with touch screen, barcode scanner, discounts and receipt printing.

03
๐Ÿ“ฆ
Track Stock

Inventory updates automatically after every sale, purchase, return or branch transfer.

04
๐Ÿ“Š
Analyze Reports

Owners see sales, profit, payments, tax, expenses and branch performance instantly.

Modern Retail Dashboard

Clean interface for cashiers, managers, accountants and business owners.

{{ $frontpage->hero_title }}

Powerful Retail Integrations

Connect your retail system with sales channels, communication tools, printers and payment services.

@foreach(($frontpage->integrations_json ?: []) as $integration)
{{ $integration['icon'] ?? '' }}
{{ $integration['title'] ?? '' }} {{ $integration['description'] ?? '' }}
@endforeach
@php $testimonials = \App\FrontpageTestimonial::where('is_active', 1) ->orderBy('sort_order') ->get(); @endphp @if($testimonials->count())

What Our Clients Say

Trusted by businesses using VENO Cloud System.

@foreach($testimonials as $item)
@if($item->photo) @endif

{{ $item->client_name }}

{{ $item->company_name }}

{{ str_repeat('โ˜…', $item->rating) }}

{{ $item->review }}

@endforeach
@endif @php $clientLogos = class_exists('\App\FrontpageClientLogo') ? \App\FrontpageClientLogo::where('is_active', 1)->orderBy('sort_order')->get() : collect(); @endphp @if($clientLogos->count())

Trusted By Businesses

VENO Cloud System is built for modern companies across the UAE.

@foreach($clientLogos as $client) @if($client->website) @else @endif @endforeach
@endif

Modern Retail Packages

Choose the best VENO Retail package based on your store size, users and branches.

@foreach(($frontpage->pricing_json ?: []) as $index => $price)
@if($index == 1) Most Popular @endif

{{ $price['name'] ?? '' }}

{{ $price['label'] ?? '' }}

{{ $price['description'] ?? '' }}

    @foreach(($price['features'] ?? []) as $feature)
  • {{ $feature }}
  • @endforeach
{{ $index == 1 ? 'Request Demo' : 'Contact Sales' }}
@endforeach

Request a Retail Demo

Tell us about your retail business and our team will contact you soon.

Contact VENO

Premium Cloud ERP & POS Platform for UAE retail businesses.

Phone: {{ $frontpage->phone }}

Email: {{ $frontpage->email }}

Website: {{ $frontpage->website }}

@if ($errors->any())
Please fix the following errors:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session('success_message'))
{{ session('success_message') }}
@endif
@csrf
WhatsApp @endsection