16 lines
No EOL
203 B
PHP
Executable file
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> |