Vous êtes connecté en tant que anonymous Se Deconnecter
<html>
<head>
    <title>App Name</title>
</head>
<body>
@section('sidebar')
    This is the master sidebar.
@show

<div class="container">
    @yield('content')
</div>
</body>
</html>