Mis Tsu
Table in tab
My problem is that I have a custom page, and I want to change the resource displayed with tabs. For example, I have two tabs: the 'user' tab and the 'project' tab. When I click on the 'user' tab, it will display user resources, and when I click on the 'project' tab, it will display project resources.Is this possible?
9 replies
Spatie Settings not loading within AdminPanelServiceProvider
->bootUsing(function ($panel) {
$general_settings = app(GeneralSettings::class); $panel->brandName($general_settings->site_name);
$panel->favicon(asset('storage/'.$general_settings->theme_favicon)); $panel->colors([ 'primary' => $general_settings->theme_color, ]) ; })
$general_settings = app(GeneralSettings::class); $panel->brandName($general_settings->site_name);
$panel->favicon(asset('storage/'.$general_settings->theme_favicon)); $panel->colors([ 'primary' => $general_settings->theme_color, ]) ; })
12 replies