awbNo}\nمبلغ: " . number_format($this->amount) . " ریال"; } public function toArray(object $notifiable): array { return [ 'title' => 'پرداخت موفق', 'body' => "پرداخت سفارش {$this->awbNo} با موفقیت انجام شد. مبلغ: " . number_format($this->amount) . " ریال", 'awb_no' => $this->awbNo, 'amount' => $this->amount, ]; } }