I am using admin LTE in laravel I want to show in dashboard what I click in menu sidebar I want do it with routes.php, but is showing in another page. How I do that?
Related
I want to add a WhatsApp button on a template by default instead of doing this on each page
I want to add a button like this
we are using Magento page builder
should de here, in this section
I'm a beginner in Magento, and I have access to the admin page and the server. I don't know where it's modified from
When a user is logged in they see the standard drop down menu in the top right (which is created by Laravel). I'd like to create a "Settings" page where logged in users can go to edit their personal info, upload profile photos etc.
I can't figure out how to add a link to the users drop down menu in the top right?
I've tried adding a link in web.php
Route::get('/settings', 'HomeController#settings')->name('settings');
I'm new to Laravel so am probably missing something obvious!
The default Laravel authentication uses the layout at resources/views/layouts/app.blade.php which you can see in the first line of the auth views (e.g. resources/views/auth/login.blade.php):
#extends('layouts.app')
Note that the dropdown entries are different for guests and logged-in users using #guest, #else and #endguest.
For the styling you can refer to the Bootstrap Navbar docs.
I am using angular metronic admin template.
We use Angular7 metronic theme for admin template.Here I see how metronic implemented ngx-permissions for routes, but I can’t seem to figure out how to hide menu items based on current userRole.
Any advice would be appreciated.
Thank you for reading this message!!
I want to add some notification in admin panel dashboard in left sidebar, where by default 5 notification are shows. please see in this image I have marked.
Just go to
app/design/adminhtml/default/default/template/dashboard
and open the index.phtml file.
I am making a custom theme in Magento. and I want to add a table of My orders in Main Account Dashboard page. How can i call 'Order.phtml' in 'Dashboard.phtml' ? Or any other way to do it.I Had tried <?php echo $this->getChildHtml('orders') ?> in dashboard.phtml but it didn't work.
Any help will be appreciated... Thank you ...
There are some settings for which page you want to see after Login into admin panel
You can do it by Navigating through Admin panel:
Step1: Login to admin panel
Step2: Go to System->Configuration
Step3: On left Hand Panel at last you will see Advance tab under it click on Admin Panel
Step4: Now under startup page Choose Orders under sales
Step5: Now you can view your orders instead of dashboard
If confused you can see the screen shot below.
link