mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 12:26:53 +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>
 |