Vehicle Details | ||
Truck : | {{ $incident->vehicle->registration_number }} | |
Make : | {{ $incident->vehicle->make }} | |
Chassis Number : | {{ $incident->vehicle->chassis_number }} | |
Model : | {{ $incident->vehicle->model }} | |
Trailer: | {{ $incident->trailer->registration_number }} | |
Loading Details : | DON:- {{$incident->loadingOrderItemIncident->lodingOrderDetail->d_o_number}}; Product:- {{$incident->loadingOrderItemIncident->lodingOrderDetail->product}}; Loading Quantity:- {{$incident->loadingOrderItemIncident->lodingOrderDetail->loading_quantity}} | |
Driver Details | ||
Driver : | {{ $driver->driver}} | |
Date Of Birth : | {{ $driver->birth_date }} | |
Licence NO : | {{ $driver->licence_number }} | |
Phone Number : | {{ $driver->phone_number }} | |
Driving Experience : | ||
Location Of The Incident : {{ $incident->location.' '.$incident->date }} |
DETAILS AND CIRCUMSTANCE OF THE INCIDENT | ||||||||
{{ ++$key }} | {{ $circumstance->description }} |
DETAILS OF THE ACTIONS TAKEN | ||||||||
{{ ++$key }} | {{ $action_taken->description }} |
OBSERVATIONS | ||||||||
{{ ++$key }} | {{ $observe->description }} |
ROUTE CAUSE ANALYSIS | ||||||||
{{ ++$key }} | {{ $analysis->description }} |
EFFECTS/UNDISIREABLE OUTCOME | ||||||||
{{ ++$key }} | {{ $effect->description }} |
CORRECTIVE ACTIONS | ||||||||
{{ ++$key }} | {{ $corrective->description }} |
LESSONS LEARNT | ||||||||
{{ ++$key }} | {{ $lesson->description }} |
CONCLUSION | ||||||||
{{ ++$key }} | {{ $conclusion->description }} |
@if($incident->incidentAttachments[$i] != '') @endif | @if($incident->incidentAttachments[$i] != '') @endif |
POLICE DETAILS (if applicable) : {{ '' }} | --}} {{--
PREPARED BY : | ||
Name: | {{ $incident->createdBy->employee }} | |
Email: | {{ $incident->createdBy->employees->email }} | |
Mobile: | {{ $incident->createdBy->employees->phone_no }} | |
Signature : {{ '........................................' }} |