@extends('front.inner-layout.app') @section('content')

My Services

@include('front.inner-layout.header')
{{-- --}} {{-- --}} @php $serviceProviderCount = $user->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 CostGST CodeDurationService ProviderLocationBooking online
Clients can book their appointments online via the My Appointments platform and/or your website.
SMS reminders Colour code
Drag to re-order
{{-- @if($val->appt_type !="") @if($val->appt_type =="Telehealth" || $val->appt_type =="Mobile") {{ $val->appt_type.' - ' }} @endif @endif --}} {{$val->appointment_type}} ${{$val->fee}}@if($val->is_gst == 'on') Yes @else No @endif{{$val->code}}{{$val->duration_time}} {{ $val->booking_online ==0 ? 'No':'Yes' }} {{ $val->sms_reminders ==0 ? 'No':'Yes' }}
3 Months

@if($serviceStep == 0 && count($appointmentTypes) >=1) @endif
@endsection @section('css') @endsection @section('jsnew') {{-- --}} {{-- --}} @endsection