@extends('front.practitioner.import.template.import') @section('content')
@if( $is_member == 0 ) @if($serviceStep == 0 && count($appointmentTypes) >=1) @endif @endif
{{-- --}} {{-- --}} @php $serviceProviderCount = $owner->serviceProvider()->get(); @endphp @if($serviceProviderDisplayCount!=0) @endif @if(count($serviceLocation)>=2) @endif
Overdue
Adds clients to your 'overdue appointments' list when they have not visited for an appointment in the specified time.
@foreach($appointmentTypes as $val) {{-- --}} {{-- --}} @if($serviceProviderDisplayCount!=0) @endif @if(count($serviceLocation)>=2) @endif @endforeach
Appointment type Description CostGST CodeDurationService ProviderLocationBooking online
Clients can book their appointments online via the My Appointments platform and/or your website.
GST Inc Code Reminders Colour code
Drag to re-order
{{$val->appointment_type}} @if($val->descriptive_text !='') Yes @else No @endif ${{$val->fee}}@if($val->is_gst == 'on') Yes @else No @endif{{$val->code}}{{$val->duration_time}} {{ $val->is_available_online ==0 ? 'No':'Yes' }} {{ $val->is_gst =="off" ? 'No':'Yes' }} {{ $val->code =="" ? '-': $val->code}} {{ $val->sms_reminders ==0 ? 'No':'Yes' }}
3 Months {{--@if( $is_member == 0 )--}} {{--@endif--}}
@endsection @section('css') @endsection @section('import-scripts') {{-- --}} {{-- --}} @endsection