Vous êtes connecté en tant que anonymous Se Deconnecter
application/include/vues/templating/accueil.blade.php
6a6838e9
 @extends('layout.app')
 
 @section('sidebar')
     @parent
 
     <p>This is appended to the master sidebar.</p>
 @endsection
 
 @section('content')
     <h1>Accueil</h1>
     <br /><br /><br />
     {{templating_a}}::{{templating_b}}::{{templating_c}}
 
 @endsection