@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
Insurance Coverage:

Type of insurance card:

Subscriber Details:
Does the patient also have either a Medicare or Medicaid #? (optional)
Medicaid Information:
@foreach($medicaidStates as $state) @endforeach
Medicare Information:
@endsection