Пример #1
0
 /**
  * Instantiate the controller.
  */
 public function __construct()
 {
     parent::__construct();
     $this->addBreadcrumbRoute('CMS', 'pages::foundation.dashboard');
 }
Пример #2
0
 /**
  * Instantiate the controller.
  */
 public function __construct()
 {
     parent::__construct();
     $this->addBreadcrumbRoute('Blog', 'blog::foundation.dashboard');
 }
Пример #3
0
 /**
  * Instantiate the controller.
  */
 public function __construct()
 {
     parent::__construct();
     $this->addBreadcrumbRoute('Authorization', 'auth::foundation.dashboard');
 }