Provider (Primary Care, Specialist, etc)
@if( isset($classes_counts['P']['count']) )
@foreach($classes_counts['P'] as $specialty=>$specialty_count)
@if( $specialty != 'count' && ( empty($_ENV['EXCLUDE_SPECIALTIES']) || strpos($_ENV['EXCLUDE_SPECIALTIES'], $specialty) === FALSE ) )
- {{ $specialty }}
@endif
@endforeach
@endif