@if( isset( $personalProfile->my_bio ) && $personalProfile->my_bio != '' )
About me
{{$personalProfile->my_bio}}
@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 && $practitioner->is_fma_user == 0 )
@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( 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( 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( $images->count() > 0 )
Gallery
@foreach( $images as $key => $value )
@endforeach
@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
@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}}
@endif
@endif
@if( $faq->count() > 0 )
Frequently asked questions
@foreach( $faq as $key => $value )
@endforeach
@endif
@if( $allLocations->count() > 0 )
Location
@foreach( $allLocations as $key => $value )
@if( $key == 0 )
@endif
@endforeach
@endif