mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 16:46:51 +01:00 
			
		
		
		
	Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com> Co-authored-by: Boy132 <Boy132@users.noreply.github.com> Co-authored-by: Lance Pioch <git@lance.sh>
		
			
				
	
	
		
			11 lines
		
	
	
		
			231 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			231 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<x-filament-panels::page
 | 
						|
    @class([
 | 
						|
        'fi-page-settings'
 | 
						|
    ])
 | 
						|
    id="form"
 | 
						|
    :wire:key="$this->getId() . '.forms.' . $this->getFormStatePath()"
 | 
						|
    wire:submit="save"
 | 
						|
>
 | 
						|
    {{ $this->form }}
 | 
						|
</x-filament-panels::page>
 |