{{-- Reusable Demo / Lead capture form --}} @props(['compact' => false])
{{-- Success state --}}
@include('components.icons.check')

We got your request.

Our team will reach out within one business day to schedule a tailored demo for your operation.

{{-- Form --}}
@csrf {{-- Honeypot --}} {{-- Global error --}}
{{-- Name --}}

{{-- Company --}}

{{-- Mobile --}}

{{-- Email --}}

{{-- Business type --}}

{{-- Outlet count --}}

{{-- City --}}

{{-- Current setup --}}
{{-- Hardware + Payments interest --}}
@foreach(['yes' => 'Yes', 'maybe' => 'Maybe', 'no' => 'Not now'] as $val => $lbl) @endforeach
@foreach(['yes' => 'Yes', 'maybe' => 'Maybe', 'no' => 'Not now'] as $val => $lbl) @endforeach
{{-- Message --}} @if(!$compact)
@endif {{-- Submit --}}

By submitting you agree to our Privacy Policy. We will never share your data.