public function __construct(\Collective\Html\HtmlBuilder $html, \Illuminate\Routing\UrlGenerator $url, $csrfToken)
 {
     parent::__construct($html, $url, $csrfToken);
 }