addToggleToMainMenu(); $this->addToggleToMenu(); } public function addToggleToMainMenu() { $path = resource_path('views/frontend/amazy/partials/_mainmenu.blade.php'); if (file_exists($path)) { $update = false; $content = file_get_contents($path); if (!preg_match("/\@include\('theme::toggle'\)/", $content)) { $matches = null; preg_match('/