Merge branch 'master' of https://github.com/matthieupenchenat81/ModuleWeb
This commit is contained in:
commit
943cb01c24
@ -1,7 +1,6 @@
|
|||||||
@extends('app')
|
@extends('app')
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
@extends('navbar_signed')
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<div class="col-md-2"></div>
|
<div class="col-md-2"></div>
|
||||||
@ -123,6 +122,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@endsection
|
||||||
|
|
||||||
@endsection
|
|
@ -20,6 +20,11 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<!-- If Referent or admin route -->
|
||||||
|
@if (isset($nameRoute))
|
||||||
|
@include('navbar_signed')
|
||||||
|
@endif
|
||||||
|
|
||||||
@yield('content')
|
@yield('content')
|
||||||
|
|
||||||
<!-- Scripts -->
|
<!-- Scripts -->
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
@extends('app')
|
@extends('app')
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
@extends('navbar_signed')
|
|
||||||
<br>
|
<br>
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user