JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrdivClass = $divClass; $this->label = $label ?? __('Mobile No'); $this->name = $name; $this->placeholder = $placeholder ?? __('Enter Mobile No'); $this->class = $class; $this->value = $value; $this->id = $id; $this->required = $required; } /** * Get the view / contents that represent the component. */ public function render(): View|Closure|string { return view('components.mobile'); } }