@extends('layouts.hcp') @section('content')
Schedule Training

We’re excited that your practice is interested in offering the Snyder HemBand system to your patients. To provide the best in patient care, we have a number of training modules for healthcare professionals, clinical staff, and office staff available to support our practice partners. Our in-person and online module options have been created with the help of leading gastroenterologists.

Schedule Training

Fill out the form below to schedule a personalized training session with our team of experts.

@csrf
@if($errors->any()) @endif @if(session('success')) @endif
@error('name_first') {{$message}} @enderror
@error('name_last') {{$message}} @enderror
@error('practice_name') {{$message}} @enderror
@error('email') {{$message}} @enderror
@error('phone') {{$message}} @enderror
@error('zip') {{$message}} @enderror
@error('training_type') {{$message}} @enderror
@error('training_type_other') {{$message}} @enderror
@error('training_format') {{$message}} @enderror
@error('notes') {{$message}} @enderror
{!! htmlFormSnippet() !!} @error('g-recaptcha-response') Invalid @enderror
@endsection