How to send notification with input from a form to multiple recipients using Laravel

前端 未结 0 1573
北海茫月
北海茫月 2020-12-18 13:03

I have these two models in Laravel-5.8

UserNotification

class UserNotification extends Model
{
    protected $table = \'notifications\';

    protected         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题