sendOne(998946404476, 'test sherali kachok')); // } protected function info(string $text) { $this->sendAlert('info', $text); } protected function success(string $text) { $this->sendAlert('success', $text); } protected function error(string $text) { $this->sendAlert('error', $text); } private function sendAlert(string $type, string $text) { request()->session()->flash($type, $text); } }