Using route helper

parent 7f596809
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<body class="{{ config('asgard.core.core.skin', 'skin-blue') }} sidebar-mini" style="padding-bottom: 0 !important;"> <body class="{{ config('asgard.core.core.skin', 'skin-blue') }} sidebar-mini" style="padding-bottom: 0 !important;">
<div class="wrapper" id="app"> <div class="wrapper" id="app">
<header class="main-header"> <header class="main-header">
<a href="{{ URL::route('dashboard.index') }}" class="logo"> <a href="{{ route('dashboard.index') }}" class="logo">
<span class="logo-mini"> <span class="logo-mini">
@setting('core::site-name-mini') @setting('core::site-name-mini')
</span> </span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment