mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-24 12:17:10 +00:00
6 lines
82 B
PHP
6 lines
82 B
PHP
<html>
|
|
<h1>Product!</h1>
|
|
@if (isset($productID))
|
|
{{$productID}}
|
|
@endif
|
|
</html> |