@json(json_decode($data->attr ?? null, JSON_UNESCAPED_UNICODE), JSON_PRETTY_PRINT)
@json(json_decode($data->charge ?? null, JSON_UNESCAPED_UNICODE), JSON_PRETTY_PRINT)
@json(json_decode($data->callback ?? null, JSON_UNESCAPED_UNICODE), JSON_PRETTY_PRINT)
@json(json_decode($data->webhook ?? null, JSON_UNESCAPED_UNICODE), JSON_PRETTY_PRINT)