@extends('front.practitioner.import.template.import') @section('content')
@include('front.practitioner-fma.fmasetupSolo.steps')

Services

Once selected, the services added here will show in your services list on your profile. Only those you have allowed online bookings for (if any) will display as bookable services. Any others will be listed with price and description only as below.

Initial consultation

$120.00

Your service description will display here

Example Only

Initial consultation

$120.00

Your service description will display here

Example Only
{{--

Service types you offer

What service types do you offer?

@foreach( $serviceTypes as $key => $value )
id, $pracServiceTypes ) ) Checked @endif type="checkbox" class="d-none" name="appt_type[]" id="check_{{$key}}" value="{{ $value->id }}" />
@endforeach
--}}
@if( $appointmentTypes->count() > 0 )
@foreach( $appointmentTypes as $key => $val ) @endforeach
Appointment type Description Location Cost Display on profile
Drag to re-order
{{$val->appointment_type}} @if($val->descriptive_text !='') Yes @else No @endif ${{$val->fee}}
display_on_profile == 1 ) Checked @endif type="checkbox" name="display_on_profile[{{$val->id}}][]" class="d-none" id="check{{$val->id}}" value="1">
@endif
Back
@endsection @section('css') @endsection @section('import-scripts') @endsection