diff --git a/app/Admin/bootstrap.php b/app/Admin/bootstrap.php index d20185d5..ec8adefb 100644 --- a/app/Admin/bootstrap.php +++ b/app/Admin/bootstrap.php @@ -57,3 +57,10 @@ Editor::resolving(function (Editor $editor) { }); ShowField::extend('showLabel', Label::class); + +Admin::style( + <<<'CSS' +.main-footer { +display: none; +} +CSS);