'array', 'tax' => 'float', ]; public function business() { return $this->belongsTo(Business::class, 'business_id'); } }