$this->id, 'company_id' => $this->company_id, 'marking' => $this->marking, 'forwarder_id' => $this->forwarder_id, 'supplier_id' => $this->supplier_id, 'warehouse_id' => $this->warehouse_id, 'current_step' => $this->current_step, 'complete' => $this->complete, 'date' => $this->created_at->format('d/m/Y'), 'steps' => [ 'details' => (new GetStep())->execute($this->current_step), 'attachments' => (new StepAttachments())->execute($this->id, $this->current_step) ] ]; } }