@extends('front.practitioner.import.template.import') @section('content')

Details

  • registered_for_gst == 1 ) checked @endif type="radio" id="rfg_yes" name="registered_for_gst" value="1" checked>
  • registered_for_gst == 0 ) checked @endif type="radio" id="rfg_no" name="registered_for_gst" value="0">

My Availability

The hours your team member is available for appointments in your business

My Services & Locations

The services & locations your team member is assigned for appointments in your business

Permissions

  • adjust_setting == 1 ) checked @endif>
  • adjust_setting == 0 ) checked @endif>
  • add_edit_user == 1 ) checked @endif>
  • add_edit_user == 0 ) checked @endif>
  • export_client_list == 1 ) checked @endif >
  • export_client_list == 0 ) checked @endif>
...
If no is selected, service providers will only be able to see their own calendar. Admin will not be able to see any.
  • view_all_calendars == 1 ) checked @endif >
  • view_all_calendars == 0 ) checked @endif>
...
If no is selected, service providers can not view calendars in any location.
  • allow_to_view_calendar_locations == 1 ) checked @endif type="radio" id="{{$unique = uniqid()}}" name="allow_to_view_calendar_locations" value="1">
  • allow_to_view_calendar_locations == 0 ) checked @endif type="radio" id="{{$unique = uniqid()}}" name="allow_to_view_calendar_locations" value="0">
...
If no is selected, service providers will only be able to see their own client files. Admin will not be able to see any.
  • access_all_client_files == 1 ) checked @endif >
  • access_all_client_files == 0 ) checked @endif>
  • access_client_orders == 1 ) checked @endif >
  • access_client_orders == 0 ) checked @endif>
  • access_all_communication == 1 ) checked @endif >
  • access_all_communication == 0 ) checked @endif>

Association & provider numbers

@if(count($practitionerHealthFunds)) @foreach ($practitionerHealthFunds as $val) @endforeach @else @endif
Health fund Provider no. Location
{{ $val->healthcodes->name ?? "" }} {{ $val->provider_number ?? "" }} @if( $val->location == "All" ) {{ "All locations" }} @else {{ getLocationAddress($val->locations->address ?? "") }} @endif
You have not added any health fund provider numbers
@if( $practitionerLocation->count() >= 2 )
@endif
@endsection @section('modals')
@endsection @section('css') @endsection @section('import-scripts') {{-- --}} @endsection