| 
									
										
										
										
											2021-12-08 22:29:42 +08:00
										 |  |  | @extends('layouts.simple') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @section('body') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div class="container small"> | 
					
						
							|  |  |  |         <div class="py-m"> | 
					
						
							|  |  |  |             @include('settings.parts.navbar', ['selected' => 'webhooks']) | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-09 01:35:58 +08:00
										 |  |  |         <form action="{{ $webhook->getUrl() }}" method="POST"> | 
					
						
							| 
									
										
										
										
											2021-12-08 22:29:42 +08:00
										 |  |  |             {!! method_field('PUT') !!} | 
					
						
							|  |  |  |             @include('settings.webhooks.parts.form', ['model' => $webhook, 'title' => trans('settings.webhooks_edit')]) | 
					
						
							|  |  |  |         </form> | 
					
						
							| 
									
										
										
										
											2021-12-13 02:02:08 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |         @include('settings.webhooks.parts.format-example') | 
					
						
							| 
									
										
										
										
											2021-12-08 22:29:42 +08:00
										 |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @stop |