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

My Business

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

My Business

display_mobile_on_profile) && $businessProfile->display_mobile_on_profile == 1) checked @endif >
display_address_on_profile) && $businessProfile->display_address_on_profile == 1) 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