$this->name, 'expense_number' => $this->expense_number, 'tanggal' => $this->tanggal, 'total' => $this->total, 'url' => $this->url, ], ); } /** * Get the attachments for the message. * * @return array */ public function attachments(): array { return []; } }