| 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 }} |
| 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 }} |
| 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 }} |