Fix Doctype with navbar

This commit is contained in:
Malibu
2015-02-15 01:05:39 +01:00
parent 1f31fbce45
commit 991af05838
3 changed files with 7 additions and 5 deletions

View File

@ -20,6 +20,11 @@
</head>
<body>
<!-- If Referent or admin route -->
@if (isset($nameRoute))
@include('navbar_signed')
@endif
@yield('content')
<!-- Scripts -->