mirror of
				https://github.com/brunofontes/shareit.git
				synced 2025-10-28 00:41:06 -03:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			113 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			113 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <html>
 | |
|     <h1>Item!</h1>
 | |
|     <div>
 | |
|         @if (isset($item))
 | |
|             Item: {{$item}}
 | |
|         @endif
 | |
| </html> |