@extends('themes.frontend.layouts.app') @section('flatpickr') @stop @section('validate') @stop @if (isset($dataArr['meta_title'])) @section('page-title'){{ $dataArr['meta_title'] }}@stop @else @section('page-title'){{ $dataArr['title'] }}@stop @endif @if (isset($dataArr['meta_key'])) @section('meta-keywords'){{ $dataArr['meta_key'] }}@stop @endif @if (isset($dataArr['meta_descp'])) @section('meta-description'){{ $dataArr['meta_descp'] }}@stop @endif @if (isset($dataArr['image_path'])) @section('meta-image'){{ $dataArr['image_path'] }}@stop @endif @if ($dataArr['full_url']) @section('cur-url'){{ $dataArr['full_url'] }}@stop @endif @push('styles') @if(isset($dataArr['custom_fields']['textarea_4']) && $dataArr['custom_fields']['textarea_4'] && $dataArr['custom_fields']['textarea_4']['value']) @endif @endpush @section('content') @include('themes.frontend.includes.breadcrumb',['titleClass'=>'text-white']) @if (isset($dataArr['custom_fields']['editor_1'])) {!! app(App\Services\ShortcodeProcessor::class)->process($dataArr['custom_fields']['editor_1']['value']) !!} @endif

ALLISTON PHYSIOTHERAPY & SPORTS REHABILITATION

Respectful Conduct Policy

@if(session('success'))
{{ session('success') }}
@endif
@csrf
PART A - Pertaining to Extended Health Care Centre

At Alliston Physiotherapy and Sports Rehabilitation, we are committed to providing a safe, respectful, and supportive environment for both our clients and staff.
Abusive language, aggressive behavior, or any form of misconduct toward our staff will not be tolerated.
We appreciate your cooperation in maintaining a positive and professional atmosphere for everyone.
— Management Of Alliston Physiotherapy and Sports Rehabilitation

Patient Signature * @error('patient_signature') {{ $message }} @enderror
Date * @error('date') {{ $message }} @enderror
OFFICE USE ONLY- INSURANCE INFORMATION
Insurance Name * @error('insurance_name') {{ $message }} @enderror
Member Name * @error('member_name') {{ $message }} @enderror
Policy Number * @error('policy_number') {{ $message }} @enderror
ID Number * @error('id_number') {{ $message }} @enderror
Total Max for Physio * @error('total_max_for_physio') {{ $message }} @enderror
Percentage * @error('physio_percentage') {{ $message }} @enderror
Total for Massage * @error('total_for_massage') {{ $message }} @enderror
Percentage * @error('massage_percentage') {{ $message }} @enderror
Total Max for Braces * @error('total_max_for_braces') {{ $message }} @enderror
Percentage * @error('braces_percentage') {{ $message }} @enderror
Policy year/Calendar year * @error('policy_year') {{ $message }} @enderror
Update On * @error('update_on') {{ $message }} @enderror
By * @error('update_by') {{ $message }} @enderror
 
@stop