display = $value; return $this; } /** * Render refresh button of grid. * * @return string */ public function render() { if (! $this->display) { return; } $refresh = trans('admin.refresh'); return <<   $refresh EOT; } }