'decimal:2', 'daily_report_applied' => 'boolean', 'options' => 'array', ]; public function scopeTenant($query, $tenantId) { return $query->where('tenant_id', $tenantId); } }