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

Details

@if($practitioner->role == 'admin') Permissions & location @else Permissions @endif

@if($practitioner->role == 'admin')

Location/s

Location/s your administrator will manage *

@endif

User 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>
  • view_takings == 1 ) checked @endif >
  • view_takings == 0 ) checked @endif>

Adjusting Invoices

  • edit_invoice == 1 ) checked @endif>
  • edit_invoice == 0 ) checked @endif>

Clients

@if($practitioner->role == 'admin')

Administrators will have access to all client's general details including contact information but will not have access to health history, prescriptions, test results or appointment notes unless you allow it.

@else

Full access allows instructors to view all client information, including medical details such as intake forms, test results, documents, and treatment notes.
Partial access limits visibility to contact details, invoices, appointments, and billing information.

@endif
...
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>

Orders

@if($practitioner->role == 'admin')

Administrators will need to be granted access to view and process client orders.

@else

Instructors will need to be granted access to view and process client orders.

@endif
  • access_client_orders == 1 ) checked @endif >
  • access_client_orders == 0 ) checked @endif>

Communication

@if($practitioner->role == 'admin')

Administrators will need to have access granted to view and reply to correspondence in the My Communication tab.

@endif
@if($practitioner->role == 'admin') @else @endif
  • access_all_communication == 1 ) checked @endif >
  • access_all_communication == 0 ) checked @endif>
{{--

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 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>
--}}
@endsection @section('modals')
@endsection @section('css') @endsection @section('import-scripts') {{-- --}} @endsection