'.__(ucfirst($tabName)).' '; } $themes = array_diff(scandir(base_path('themes')), array('..', '.')); return view('admin.settings.index', [ 'tabs' => $tabs, 'tabListItems' => $tabListItems, 'themes' => $themes, 'active_theme' => Theme::active(), ]); } }