I have 2 models: Customer, Subscription.
Relation in model Customer:
public function subscriptions() { return $this->belongsToMany(\'App\\Su