@php $snapshot_tabs = [ [ 'id' => 'selling', 'label' => 'Selling (Point-of-sale)', 'image' => asset('img/uzapoint-screenshot.png'), 'caption' => 'Save time, manage your stock better!' ], [ 'id' => 'barcode', 'label' => 'Barcode & Shelf Label Management', 'image' => asset('img/uzapoint-screenshot.png'), 'caption' => 'Generate barcodes and print professional labels in seconds.' ], [ 'id' => 'invoicing', 'label' => 'Quotation & Invoicing', 'image' => asset('img/uzapoint-screenshot.png'), 'caption' => 'Send smart professional invoices and track client payments easily.' ], [ 'id' => 'receipting', 'label' => 'Receipting', 'image' => asset('img/uzapoint-screenshot.png'), 'caption' => 'Issue instant e-receipts and SMS receipts directly to customer phones.' ], [ 'id' => 'payments', 'label' => 'Payments Integration', 'image' => asset('img/uzapoint-screenshot.png'), 'caption' => 'Accept mobile money, cards, and bank payments seamlessly.' ], [ 'id' => 'store', 'label' => 'Online Store', 'image' => asset('img/uzapoint-screenshot.png'), 'caption' => 'Launch your e-commerce storefront with automated inventory sync.' ], [ 'id' => 'stock', 'label' => 'Stock Levels', 'image' => asset('img/uzapoint-screenshot.png'), 'caption' => 'Real-time stock alerts and automated supplier orders.' ], ]; @endphp
A snapshot of our software

Run Your Business Smarter

@php $snapshotNavTabs = array_map(static fn (array $tab): array => [ 'label' => $tab['label'], 'attrs' => [ 'data-id' => $tab['id'], 'data-caption' => $tab['caption'], 'data-image' => $tab['image'], ], ], $snapshot_tabs); @endphp @include('partials.home.scrollable-tab-nav', [ 'tabs' => $snapshotNavTabs, 'scrollId' => 'snapshot-nav-scroll', ])
Uzapoint Software - Selling (Point-of-sale)

{{ $snapshot_tabs[0]['caption'] }}

Learn more about our features