belongsTo(NotificationBroadcast::class, 'notification_broadcast_id'); } public function customer() { return $this->belongsTo(Customer::class); } }