@@ -321,6 +321,10 @@ class AccountService
'wallet' => $wallet,
],
$baseInfo,
+ [
+ 'state' => $coach->state,
+ 'state_text' => TechnicianStatus::fromValue($coach->state)?->label(),
+ ],
[
'auth_status' => $authStatus,
'location' => $location,