@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

@csrf
Name * @error('patient_name') {{ $message }} @enderror
Date * @error('date') {{ $message }} @enderror
Family Doctor's Name * @error('doctor_name') {{ $message }} @enderror
Doctors Phone No. * @error('doctor_phone') {{ $message }} @enderror
1.Do you have any heart problems?:  Yes       No
2.Do you have any thyroid problems?:  Yes       No
3.Do you have HIGH or LOW blood pressure?:  Yes       No
4.Are you currently taking any medications? :  Yes       No
5.Have you been diagnosed with arthritis?:  Yes       No
6.Do you have diabetes?:  Yes       No
7.Do you have or ever had cancer?:  Yes       No
8.Have you ever broken a bone?:  Yes       No
9.Do you have any metal fixations, plates, screws, etc.?:  Yes       No
10.Do you smoke? :  Yes       No
11.Do you have any abdominal problems, ie hernia, ulcer?:  Yes       No
12.Have you had any previous surgeries :  Yes       No
13.If female, are you or could you be pregnant?:  Yes       No
14.Have you been involved in a previous car accident?:  Yes       No
15.Do you have any allergies, skin irritations, infections, etc?:  Yes       No
16.Do you have asthma or any respiratory problems?:  Yes       No
17.Do you have any other health problems not listed above?:  Yes       No
18.Is there any other reason that you should not do physical activities?:  Yes       No
When was your last Physiotherapy visit
Where was your last Physiotherapy visit
Emergency contact person
Emergency Phone
Client’s Signature
@stop