Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

Application modulaire fonctionnelle !

Emmanuel ROY authored on 12/08/2019 15:10:25
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,16 +0,0 @@
1
-<?php $__env->startSection('sidebar'); ?>
2
-    ##parent-placeholder-19bd1503d9bad449304cc6b4e977b74bac6cc771##
3
-
4
-    <p>This is appended to the master sidebar.</p>
5
-<?php $__env->stopSection(); ?>
6
-
7
-<?php $__env->startSection('content'); ?>
8
-    <h1>Accueil</h1>
9
-    <br /><br /><br />
10
-    <?php echo e(templating_a); ?>::<?php echo e(templating_b); ?>::<?php echo e(templating_c); ?>
11
-
12
-
13
-<?php $__env->stopSection(); ?>
14
-
15
-
16
-<?php echo $__env->make('layout.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\Dépots Git\MVC---Objet\application\include\vues\templating/accueil.blade.php ENDPATH**/ ?>
17 0
\ No newline at end of file
Browse code

initial commit

Emmanuel ROY authored on 09/08/2019 08:39:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,16 @@
1
+<?php $__env->startSection('sidebar'); ?>
2
+    ##parent-placeholder-19bd1503d9bad449304cc6b4e977b74bac6cc771##
3
+
4
+    <p>This is appended to the master sidebar.</p>
5
+<?php $__env->stopSection(); ?>
6
+
7
+<?php $__env->startSection('content'); ?>
8
+    <h1>Accueil</h1>
9
+    <br /><br /><br />
10
+    <?php echo e(templating_a); ?>::<?php echo e(templating_b); ?>::<?php echo e(templating_c); ?>
11
+
12
+
13
+<?php $__env->stopSection(); ?>
14
+
15
+
16
+<?php echo $__env->make('layout.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\Dépots Git\MVC---Objet\application\include\vues\templating/accueil.blade.php ENDPATH**/ ?>
0 17
\ No newline at end of file