"Updated adminheader component to accept title parameter and passed title from various dashboard views |SEO optimized title|"
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title> Admin Panel</title>
|
||||
<title> {{ $title }} </title>
|
||||
<!-- plugins:css -->
|
||||
<link rel="stylesheet" href="Dashboard/vendors/feather/feather.css">
|
||||
<link rel="stylesheet" href="Dashboard/vendors/ti-icons/css/themify-icons.css">
|
||||
|
Reference in New Issue
Block a user