itsnoman
Results
1
issues of
itsnoman
Here is my PHP class code. ` public function mount() { $this->data['country_code'] = str_replace("+","",optional(user())->country_code); $this->data['phone_no'] = str_replace(optional(user())->country_code,'',optional(user())->phone_no); $this->data['full_no'] = optional(user())->phone_no; } ` Here is my livewire blade component ` `