@if($practitioner->is_multi_practitioner == 0) @if( $businessProfile->logo != '' )
@endif @endif
@if($practitioner->is_multi_practitioner == 0 && isset( $personalProfile->my_bio ) && $personalProfile->my_bio != '' )

About me

{{$personalProfile->my_bio}}

@endif @if($practitioner->is_multi_practitioner == 1 )

About

{{$businessProfile->about}}

@endif
@if( $appointmentTypes->count() > 0 )

My Services

@foreach( $appointmentTypes as $key => $value ) @if( $key <= 3 )

{{ ucwords( $value->appointment_type ) }}

${{ $value->fee }}

{{ $value->descriptive_text }}

@if( $value->is_available_online == 1 ) @endif
@endif @endforeach
@foreach( $appointmentTypes as $key => $value )

{{ ucwords( $value->appointment_type ) }}

${{ $value->fee }}

{{ $value->descriptive_text }}

@if( $value->is_available_online == 1 ) @endif
@endforeach
@if( $appointmentTypes->count() > 4 ) Show all {{$appointmentTypes->count()}} services Minimize services @endif @endif @if( $practitioner->is_multi_practitioner == 1 && count( $teams ) > 0 )

Our team

@foreach($teams as $val)
@if( $val['practitioner_picture'] != '' ) ... @else ... @endif

{{$val['practitioner_name']}}

{{$val['practitioner_profession']}}

15 years of experience helping women and children thrive. ...See more

@if( $val['is_detailed_listing'] == 1 ) View profile @endif
@endforeach
@endif @if( count( $ascPrac ) > 0 )

Member of:

    @foreach( $ascPrac as $key => $value ) @if( $value['logo'] == '' )
  • {{$value['name'] != '' ? $value['name'] : $value['shortname']}}
  • @else @php $path = url(config('settings.association_folder')).'/'.$value['logo']; @endphp
  • {{$value['name'] != '' ? $value['name'] : $value['shortname']}}
  • @endif @endforeach
@endif @if( count( $aoiArr ) > 0 )

Areas of interest

    @foreach( $aoiArr as $key => $value ) @if( $key <= 5 )
  • {{ucwords($value)}}
  • @endif @endforeach
    @foreach( $aoiArr as $key => $value )
  • {{ucwords($value)}}
  • @endforeach
@if( count( $aoiArr ) > 6 ) Show all {{count($aoiArr)}} areas of interest Minimize areas of interest @endif
@endif @if( count( $adsArr ) > 0 )

Additional services

    @foreach( $adsArr as $key => $value ) @if( $key <= 5 )
  • {{ucwords($value)}}
  • @endif @endforeach
    @foreach( $adsArr as $key => $value )
  • {{ucwords($value)}}
  • @endforeach
@if( count( $adsArr ) > 6 ) Show all {{count($adsArr)}} additional services Minimize additional services @endif
@endif @if( $images->count() > 0 )
@endif

Hours

@foreach( $hours as $key => $value )

{{ ucfirst( $value->day ) }}

@if( $value->status == 'open' ) {{ date( 'g:ia', strtotime( $value->start_time ) ) }} - {{ date( 'g:ia', strtotime( $value->end_time ) ) }} @else --- @endif
@endforeach
{{--

Pricing

Initial

$120

Standard

$90

Long

$150
--}}
@if( $businessProfile->on_site_parking == 1 || $businessProfile->disability_access == 1 || count( $lngPrac ) > 0 )

Additional information

    @if( $businessProfile->on_site_parking == 1 )
  • On site parking
  • @endif @if( $businessProfile->disability_access == 1 )
  • Disability Access
  • @endif @if( count( $lngPrac ) > 0 )
  • Speaks {{$languageSpeaks}}
  • {{-- @foreach( $lngPrac as $key => $value )
  • Speaks {{ucfirst( $value )}}
  • @endforeach --}} @endif
@endif @if( $faq->count() > 0 )

Frequently asked questions

@foreach( $faq as $key => $value )

{{$value->answer}}
@endforeach
@endif @if( $allLocations->count() > 0 )

Location

@endif