HSE INCIDENT REPORT

Report Number : {{ $getResult->report_number }}
Incident Status: {{ $getResult->status }}     (For more details on the incident, refer to your HSE department)

A. GENERAL INFORMATION

Incident Date Incident Time Type Of Incident Contracting Organization Vessel Operation Base
{{ $getResult->incident_date }} {{ $getResult->incident_time }} {{ \App\Model\TypeOfIncident::where("id", $getResult->incident_type)->value('name') }} {{ \App\Model\ShipOrganization::where("id", $getResult->contracting_organisation)->value('name') }} {{ strtoupper($getResult->vessels) }} {{ $getResult->operations_based }}
Client Name Region Country Vessel type Ship manager Report Number
{{ $getResult->client_charterer }} {{ $getResult->region }} {{ $getResult->country }} vessel type {{ \App\Model\ShipOrganization::where("id", $getResult->shipment_organization)->value("name") }} {{ $getResult->report_number }}

B. WEATHER CONDITION

Sea Swell Current Rate Current Direction Wind Speed (Wind Direction) Visibility
{{ $getResult->sea_state }} {{ $getResult->current_rate }} {{ $getResult->current_direction }} {{ $getResult->wind_speed }} {{ $getResult->wind_direction }} {{ $getResult->visibility }}

C. PERSON COMPLETING REPORT AT LOCATION

Full Name Organization Job Title
{{ $getResult->pc_name }} {{ \App\Model\ShipOrganization::where("id", $getResult->pc_organisation)->value("name") }} {{ \App\Model\JobTitle::where("id", $getResult->pc_job_title)->value("name") }}

D. WITNESSES

@if($getWitness) @foreach($getWitness as $get) @endforeach @endif
Full Name Organization Job Title
{{ $get->witness_fullname }} {{ $get->witness_org }} {{ \App\Model\JobTitle::where("id", $get->witness_job_titile)->value("name") }}

E. INCIDENT DETAILS

Injured Person Full Name Type of Injury/illness Body Part Harmed Task/Activity at time of incident Location at time of incident
{{ $getResult->injured_person_fullname }} {{ $getResult->type_of_injury_illness }} {{ \App\Model\BodyPartHarmed::where("id", $getResult->body_parts_harmed)->value("name") }} {{ $getResult->task_activity_attimeof_incident }} {{ $getResult->location_attimeof_incident }}
Preliminary classification Was client advised by contract manager? Injury/illness Caused By Was First Aid Given Was Drug & Alcohol Test Conducted
{{ \App\Model\PreliminaryClassification::where("id", $getResult->injury_illness_preliminary_classification)->value("name") }} {{ $getResult->was_client_contacted_by_manager }} {{ \App\Model\InjuryCausedBy::where("id", $getResult->injury_illness_causedby)->value("name") }} {{ $getResult->was_firstaid_given }} {{ $getResult->was_alcohol_test_conducted }}
Description of event BEFORE the incident (date and timeline)
{{ $getResult->description_of_event_before_incident }}
Description of the incident (date and timeline)
{{ $getResult->description_of_incident }}
Description of events after the incident (date and timeline) and immediate corrective actions
{{ $getResult->description_of_event_after_incident_and_imediate_action }}

F. OFFICE SECTION

Final incident classification (real severity) Final potential incident severity Potential level of reputation damage / severity What root cause analysis tool was used?
{{ @$officeUse->final_incident_classification }} {{ @$officeUse->final_potential_incident_severity }} {{ @$officeUse->potential_level_of_reputation_damage }} {{ @$officeUse->what_root_cause_analysis_tool }}
Corrective Actions
@if($hseAction) @foreach($hseAction as $get) @endforeach @endif
Action Responsible Party Deadline Status Closure Date Approved
{{ $get->office_action }} {{ $get->responsible_party }} {{ $get->office_action_deadline_date }} {{ $get->office_status }} {{ $get->office_action_closure_date }} {{ $get->office_action_approved == 'on' ? 'Approved' : 'Pending Approval' }}
External notification: Has the following organisation being notified?
Flag State Classification Society Protection & Indemnity Hull & Machinery Insurers Local authorities Equipment Manufacturer Shipyard IMCA
{{ @$officeUse->flag_state }} {{ @$officeUse->classification_society }} {{ @$officeUse->protection_indemnity }} {{ @$officeUse->hull_machinery_insurers }} {{ @$officeUse->local_authorities }} {{ @$officeUse->equipment_manufacturer }} {{ @$officeUse->shipyard }} {{ @$officeUse->imca_station }}