id = $this->id ? $this->id : $this->name; } public function render() { return <<<'HTML'
@if ($label) {{$label}} @endif
@if($hint) {{$hint}} @endif
HTML; } }