@extends('layouts.physicians') @section('content')
“Schedule a Training” OR “Access Clinical and Staff 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 physicians, 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.

Our Office

258 Chapman Road,
Suite 101-A,
Newark, DE 19702

Schedule a Training

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

@csrf
@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_format') {{$message}} @enderror
@error('notes') {{$message}} @enderror
@if($errors->any()) @endif @if(session('success')) @endif
@endsection