{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if(!empty($data['id'])) @method('PUT') @endif @csrf
@include("backend.errors")

@if(isset($data['upload_file']) && !empty($data['upload_file']))
@endif

Must be completed by the person making Report

Incident Type

Add More
@if(!empty($InsidentReportTypes))
@foreach($InsidentReportTypes as $index => $irdata)
@endforeach
@endif @php $count = count($InsidentReportTypes); @endphp

Person Involved in Event



Deatils of Event







Settings Event (when behaviour most likely to occur)
Add More
@if(!empty($SettingEvent))
@foreach($SettingEvent as $index => $irdata)
@endforeach
@endif @php $count = count($SettingEvent); @endphp


Add More Setting Events

@if(isset($data['upload_file']) && !empty($data['upload_file']))
@endif

Triggers (That Commonly occur prior to behaviour)
Add More
@if(!empty($TriggerEvent))
@foreach($TriggerEvent as $index => $irdata)
@endforeach
@endif @php $count = count($TriggerEvent); @endphp


Brief Incident description


Strategies used to manage behaviour
Add More
@if(!empty($StrategiesEvent))
@foreach($StrategiesEvent as $index => $irdata)
@endforeach
@endif @php $count = count($StrategiesEvent); @endphp


Please do not fill the form below this line (office use only)


(For Management) Management Acknowlwdgement
Add More
@if(!empty($managementEvent))
@foreach($managementEvent as $index => $mdata)
@endforeach
@endif @php $count = count($managementEvent); @endphp


(for Management) Additional comments ond findings
Add More
@if(!empty($AdditionalCommentsAndFindings))
@foreach($AdditionalCommentsAndFindings as $index => $addata)
@endforeach
@endif @php $count = count($AdditionalCommentsAndFindings); @endphp




For management- Incident closing comment

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