mirror of
				https://github.com/brunofontes/shareit.git
				synced 2025-11-04 03:31:02 -03:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			211 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			211 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<form action="/take" method="POST">
 | 
						|
    {{ csrf_field() }}
 | 
						|
    <input type="hidden" name="item" value="{{$item->id}}">
 | 
						|
    <button type="submit" class="btn btn-sm btn-success">@lang('home.take')</button>
 | 
						|
</form> |