json([ 'tax_liable' => $this->tenant->tax_liable, 'vat_rate' => $this->tenant->vat_rate, 'tax_exemption_reason' => $this->tenant->tax_exemption_reason, 'tax_exemption_note' => $this->tenant->tax_exemption_note, 'exemption_reasons' => TaxExemptionReason::options(), 'saveEndpoint' => '/api/v1/admin/tenant/tax', ]); } }