shareit/resources/views/item.blade.php

7 lines
113 B
PHP

<html>
<h1>Item!</h1>
<div>
@if (isset($item))
Item: {{$item}}
@endif
</html>