@extends('front.practitioner.import.template.import') @section('content')
@include('front.practitioner-fma.fmasetupSolo.steps')
@if( $practitionerBusinessLocations->count() == 0 )

My Business


Upload Logo


Upload Logo

please upload a square 1200 x 1200px logo.

{{--
--}}
@else @foreach($practitionerBusinessLocations as $key=>$val) @if($key == 0)

My Business


Upload Logo


Upload Logo

For best results, please upload a square 1200 x 1200px logo.

display_mobile_on_profile) && $businessProfile->display_mobile_on_profile == 1) checked @endif >
display_address_on_profile) && $businessProfile->display_address_on_profile == 1) checked @endif />
{{--
in_person_consulation) && $businessProfile->in_person_consulation == 'Y') checked @endif />
telehealth_consulation) && $businessProfile->telehealth_consulation == 'Y') checked @endif />
mobile_consulation) && $businessProfile->mobile_consulation == 'Y') checked @endif />
mobile_visit) && $businessProfile->mobile_visit == 'Y') checked @endif />
--}}
on_site_parking) && $businessProfile->on_site_parking == 1) checked @endif />
disability_access) && $businessProfile->disability_access == 1) checked @endif />
@else
Remove this location
display_address_on_profile) && $val->display_address_on_profile == 1) checked @endif />
@endif @endforeach @endif @if( $practitioner->parent_id == '' )
@endif
Back
@endsection @section('css') @endsection @section('import-scripts') {{-- --}} @endsection