@if( $practitioner->is_fma_user == 0 ) @else @endif Find My Appointment
{{--@if($practitioner->is_multi_practitioner == 1) @if( $businessProfile->logo != '' )
@endif @endif--}}
@if($practitioner->is_multi_practitioner == 0 && isset( $personalProfile->my_bio ) && $personalProfile->my_bio != '' )

About me

{!! nl2br($personalProfile->my_bio) !!}

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

About

{!! nl2br($businessProfile->bio) !!}

@endif @if( count( $ascPrac ) > 0 )

Professional memberships with:

    @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( $allLocations->count() > 0 )

Location/s

@foreach( $allLocations as $key => $value ) @if( $key <= 2 )

{{$value->fullAddress}}

@endif @endforeach
@foreach( $allLocations as $key => $value )

{{$value->fullAddress}}

@endforeach
@if( $allLocations->count() > 3 ) Show all {{$allLocations->count()}} locations Show less locations @endif
@endif @if( count( $apptTypeAvailable ) > 1 )

Appointment types available

@foreach( $apptTypeAvailable as $key => $value ) @if( $value == 'Mobile visit' )

@if( $businessProfile->service_area_km != '' && $businessProfile->suburb != '' ) {{$value}} - {{ $businessProfile->service_area_km }} {{ $setKmText }} @else {{$value}} @endif

@else

{{$value}}

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

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 Show less services @endif
@endif @if( $practitioner->is_multi_practitioner == 1 && count( $teams ) > 0 )