$this->id, 'account_no' => $this->reference_no, 'marking' => CompanyConnections::where('module_one', $this->modules->first()->id)->first()->marking, 'name' => $this->name, 'type' => $this->type, 'status' => AccountStatus::STATUS[$this->status], 'delivery_address' => new AddressResource($this->deliveryAddress), 'contact' => new ContactResource($this->contacts->first()) ]; } }