diff --git a/resources/views/layouts/admin.blade.php b/resources/views/layouts/admin.blade.php index a47f742..ecd0504 100644 --- a/resources/views/layouts/admin.blade.php +++ b/resources/views/layouts/admin.blade.php @@ -11,7 +11,6 @@ - @yield("blueprint.import") {{ config('app.name', 'Pterodactyl') }} - @yield('title') @@ -45,6 +44,8 @@ @show + + @yield("blueprint.import") @yield('blueprint.cache')