SAND-framework/application/include/vues/view/foo.blade.php
2019-12-05 18:29:10 +01:00

16 lines
No EOL
203 B
PHP
Executable file

<html>
<head>
<title>App Name</title>
</head>
<body>
<div class="container">
Foo Controlleur
@if (isset($id))
{{$id}}
@else
id not exist
@endif
</div>
</body>
</html>