{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if(!empty($data['id'])) @method('PUT') @endif @csrf
@include("backend.errors")
{!!Helper::getClientManageDropDown(['selectedClientId' => ($data['client_id'] ?? ''), 'isRequired' => true, 'extraClass' => 'client_select_dropdown','labelClass' => 'col-form-label col-12', 'inputDivClass' => 'col-xl-12 col-lg-12 col-md-12 col-sm-12 col-xs-12'])!!}
@if(isset($data['upload_file']) && !empty($data['upload_file']))
@endif

Part A:Informatio about you (participant)


@php $referre_contact_details = []; $referre_contact_details[] = trim($clientdata['referre_contact_details']??''); $referre_contact_details[] = trim($clientdata['address']??''); $referre_contact_details = implode(",",array_values(array_filter($referre_contact_details))); @endphp

Part B:Parent,Legal Gurdian or Representive


Contact Details


Part C: Your information and privacy


Any personal information held by the {{$settings['app_name']??"We Care Cloud"}} is protected under the National Disability Insurance Scheme Act 2013 and the Privacy Act 1988.

Part D: Giving consent


Do you consent to the {{$settings['app_short_name']??"We Care Cloud"}} talking to other people about you; giving them information about you and getting information about you from:

Other Third Parties


If there are other people or organisations who have information about you the {{$settings['app_short_name']??"We Care Cloud"}} might need, please list them below, with an address and the details of a person to contact.

Part E: Signature


@endsection {{-- Scripts Section --}} @section('scripts') @endsection