from(config('settings.smtp_username'), env('MAIL_FROM_NAME', 'Birzha legalizasia')) ->view('emails.notifications.application_refined'); } /** * Get the array representation of the notification. * * @param mixed $notifiable * @return array */ public function toArray($notifiable) { return [ // ]; } }