mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-24 04:14:57 +00:00
7 lines
113 B
PHP
7 lines
113 B
PHP
<html>
|
|
<h1>Item!</h1>
|
|
<div>
|
|
@if (isset($item))
|
|
Item: {{$item}}
|
|
@endif
|
|
</html> |