@extends('layouts.master')
@section('title')
@parent | {{ $class != 'provider' ? $provider->Provider_Name : Provider::fullDoctorName($provider) }}
@stop
@section('location')
@stop
@section('pre-content')
Back to Results
{{ $class != 'provider' ? $provider->Provider_Name : Provider::fullDoctorName($provider) }}@if('850232628' == $provider->Provider_Tax_ID)*@endif
@if ($class == 'provider')
{{ $provider->Provider_Name }}
@endif
-
{{ $provider->Provider_Address }}
{{ $provider->Provider_City }}, {{ $provider->Provider_State }} {{ $provider->Provider_Zip }}
-
{{ substr($provider->Provider_Phone, 0, 3) }}-{{ substr($provider->Provider_Phone, 3, 3) }}-{{ substr($provider->Provider_Phone, -4) }}
@if ($provider->Provider_Fax)
{{ substr($provider->Provider_Fax, 0, 3) }}-{{ substr($provider->Provider_Fax, 3, 3) }}-{{ substr($provider->Provider_Fax, -4) }} (Fax)
@endif
Directions
@if('850232628' == $provider->Provider_Tax_ID)
*Please verify if your provider will be able to schedule your delivery at a Lovelace facility
@endif
@stop
@section('content')
@if ($class == 'provider')
@if( count($perks) > 0 )
@else
@endif
@if('' != $affiliations && count($affiliations) > 0)
Affiliations
@foreach($affiliations as $affiliation)
- {{ $affiliation->Provider_Name }}
Details ›
@endforeach
@endif
@if (count($perks) > 0)
@endif
@else
@if(('hospital' == $class || 'clinic' == $class))
@if( count($perks) > 0 )
@else
@endif
Find a provider at this facility
{{ $class != 'provider' ? $provider->Provider_Name : Provider::fullDoctorName($provider) }}@if('850232628' == $provider->Provider_Tax_ID)*@endif
@if (count($perks) > 0)
@endif
@endif
@endif
@stop
@section('post-content')
Other "{{ ( $provider->Provider_Specialty_1 != 'Clinic' && $provider->Provider_Specialty_1 != 'Multi Specialty Clinic' ? $provider->Provider_Specialty_1 : $provider->Provider_Specialty_2 ) }}" ResultsView All
@foreach($relatedProviders as $relatedProvider)
-
@if('provider' == $class)
{{ $relatedProvider->Provider_Name }}
@endif
{{ $relatedProvider->Provider_Address }} | {{ $relatedProvider->Provider_City }}, {{ $relatedProvider->Provider_State }} {{ $relatedProvider->Provider_Zip }}
@endforeach
@stop