Skip to main content

Introduction

You can use a fieldset to group multiple form fields together, optionally with a label:
<x-filament::fieldset>
    <x-slot name="label">
        Address
    </x-slot>
    
    {{-- Form fields --}}
</x-filament::fieldset>

Sponsored by