Vous êtes connecté en tant que anonymous Se Deconnecter
application/include/vues/view/foo.blade.php
75da5399
 @extends('body')
 
 @section('sidebar')
     @parent
 
     <p>This is appended to the master sidebar.</p>
 @endsection
 
 @section('content')
     <h1>Foo</h1>
     <br/><br/><br/>
     <a href="{{ \MVC\Classe\Url::link_rewrite(false, 'authentification', []) }}">S'authentifier ?</a>
     <hr/>
     Variable Loader:
     {{ $id ? $id : 'init' }}
 
 @endsection