Footer of Admin Panel
-
Hey! can you please help me in the admin panel. How can I remove this from the admin panel. ![alt text]
-
You can change this in the following file packages/Webkul/Admin/src/Resources/views/components/layouts/index.blade.php
There you will find the following code
<!-- Powered By --> <div class="mt-auto"> <div class="border-t bg-white py-2 text-center text-sm dark:border-gray-800 dark:bg-gray-900 dark:text-white"> @lang('admin::app.components.layouts.powered-by.description', [ 'bagisto' => '<a class="text-blue-600 hover:underline dark:text-darkBlue" href="https://bagisto.com/en/">Bagisto</a>', 'webkul' => '<a class="text-blue-600 hover:underline dark:text-darkBlue" href="https://webkul.com/">Webkul</a>', ]) </div> </div>