$this->id, 'name' => $this->first_name . ' ' . $this->last_name, 'email' => $this->email, 'phone' => $this->phone, 'org_type' => $this->org_type, 'items' => $this->items, 'created_at' => $this->created_at->format('d.m.Y (h:i)'), 'updated_at' => $this->updated_at, ]; } }