$incident->getRouteKey(), 'id' => $incident->id, 'ref' => $incident->ref, 'division_id' => $incident->division_id, 'asset_id' => $incident->asset_id, 'damage_percentage' => $incident->damage_percentage, 'damage_details' => $incident->damage_details, 'status' => $incident->status, 'status_date' => $incident->status_date, 'employee_id' => $incident->employee_id, 'external_name' => $incident->external_name, 'external_mobile' => $incident->external_mobile, 'usedby_id' => $incident->usedby_id, 'custodian_id' => $incident->custodian_id, 'asset_type' => $incident->asset_type, 'action' => $incident->action, 'slug' => $incident->slug, 'user_id' => $incident->user_id, 'user_type' => $incident->user_type, 'image' => $incident->image, 'created_at' => $incident->created_at, 'updated_at' => $incident->updated_at, 'deleted_at' => $incident->deleted_at, ]; } }