mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 08:26:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			313 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			313 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <x-filament-panels::page
 | |
|     @class([
 | |
|         'fi-page-settings'
 | |
|     ])
 | |
| >
 | |
|     <x-filament-panels::form
 | |
|         id="form"
 | |
|         :wire:key="$this->getId() . '.forms.' . $this->getFormStatePath()"
 | |
|         wire:submit="save"
 | |
|     >
 | |
|         {{ $this->form }}
 | |
|     </x-filament-panels::form>
 | |
| </x-filament-panels::page>
 | 
