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