'collection' ]; /* RELATIONS */ public function supplier() { return $this->belongsTo(Supplier::class); } }