Vous êtes connecté en tant que anonymous Se Deconnecter
@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