Fix Doctype with navbar
This commit is contained in:
parent
1f31fbce45
commit
991af05838
@ -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
|
@ -20,6 +20,11 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- If Referent or admin route -->
|
||||
@if (isset($nameRoute))
|
||||
@include('navbar_signed')
|
||||
@endif
|
||||
|
||||
@yield('content')
|
||||
|
||||
<!-- Scripts -->
|
||||
|
@ -1,7 +1,7 @@
|
||||
@extends('app')
|
||||
|
||||
@section('content')
|
||||
@extends('navbar_signed')
|
||||
|
||||
<br>
|
||||
<div class="col-md-3">
|
||||
|
||||
|
Reference in New Issue
Block a user