mirror of
				https://github.com/BookStackApp/BookStack.git
				synced 2025-11-03 02:13:16 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			232 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			232 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<form action="{{$url}}" method="POST" class="inline">
 | 
						|
    {{ csrf_field() }}
 | 
						|
    <input type="hidden" name="_method" value="DELETE">
 | 
						|
    <button type="submit" class="button neg">{{ isset($text) ? $text : 'Delete' }}</button>
 | 
						|
</form> |