shareit/resources/views/product.blade.php

6 lines
82 B
PHP
Raw Normal View History

<html>
<h1>Product!</h1>
@if (isset($productID))
{{$productID}}
@endif
</html>