SAND-framework/application/include/vues/view/accueil.blade.php

16 lines
253 B
PHP
Raw Normal View History

@extends('body')
@section('sidebar')
@parent
<p>This is appended to the master sidebar.</p>
@endsection
@section('content')
<h1>Accueil</h1>
<br /><br /><br />
2019-08-12 15:10:25 +02:00
{{$templating_a}}::{{$templating_b}}::{{$templating_c}}
@endsection