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

@ -1,7 +1,6 @@
@extends('app')
@section('content')
@extends('navbar_signed')
<br>
<div class="col-md-2"></div>
@ -123,6 +122,4 @@
</div>
</div>
@endsection
@endsection

View File

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

View File

@ -1,7 +1,7 @@
@extends('app')
@section('content')
@extends('navbar_signed')
<br>
<div class="col-md-3">