mirror of
https://github.com/brunofontes/shareit.git
synced 2025-02-22 15:14:45 +00:00
6 lines
82 B
PHP
6 lines
82 B
PHP
|
<html>
|
||
|
<h1>Product!</h1>
|
||
|
@if (isset($productID))
|
||
|
{{$productID}}
|
||
|
@endif
|
||
|
</html>
|