@extends('landing.partials.master') @section('meta_description', 'Book a tailored demo of PharmaSolve\'s pharmacy AI receptionist. See how it handles calls, captures requests and fits your existing pharmacy team and workflow.') @section('meta_keywords', 'book a demo, pharmacy AI receptionist, AI call handling, New Zealand pharmacy software, PharmaSolve') @section('css') @endsection @section('content') @include('landing.partials.header')

Book a Demo

See how our AI Pharmacy Assistant can help reduce missed calls, ease pressure on your team, and improve patient communication. In this short online demo, we’ll walk you through how the system works, answer your questions, and show how it can be tailored to fit your pharmacy’s workflow.

@if (session('success'))
{{ session('success') }}
@endif
@csrf
@error('recaptcha')
{{ $message }}
@enderror
@include('landing.partials.footer') @endsection @section('scripts') @endsection