$this->id, 'reference' => $this->reference, 'reference_contract' => (int) $this->type, 'type' => (int) $this->type, 'status' => (int) $this->status, 'current_step' => $this->current_step, 'company' => new CompanyResource(Company::where('id',$this->companyModule()->first()->company_id)->first()), 'order_steps' => OrderStepsResource::collection($this->orderSteps()->get()), ]; } }