@extends ('layouts.template') @section('content')
New Patient
@if (session('message'))
{{ session('message') }}
@endif
Patient Name / Demographics:
@if($pro->pro_type === 'ADMIN')
@elseif($pro->is_hcp === true)
@elseif($pro->isDefaultNA())
teamsWhereAssistant; ?>
@endif

Type of insurance card:

Subscriber Details:

Does the patient also have either a Medicare or Medicaid #? (optional)

Medicaid Information:
Medicare Information:

@endsection