{{-- @extends('front.practitioner.import.template.import') --}} @extends('front.inner-layout.app') @section('content')
{{-- @include('front.practitioner.clients.modals.myclientsfilter') --}}

Client recall settings

Set follow-up timings

@csrf
{{-- --}}
{{-- --}}
{{-- --}}
@php if ($recallsdata) { $recallsdataId = explode(',', $recallsdata->appointment_type_id); } else { $recallsdataId = $practitonerAppointmentTypes->pluck('id')->toArray(); } $allAppointmentTypeIds = $practitonerAppointmentTypes->pluck('id')->toArray(); $isAllSelected = empty(array_diff($allAppointmentTypeIds, $recallsdataId)); @endphp
{{--
--}}
@endsection @section('js') @endsection