1
0
mirror of https://github.com/brunofontes/shareit.git synced 2025-04-06 20:21:11 +00:00
shareit/resources/views/product.blade.php

6 lines
82 B
PHP

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