Section

you can use Section::class to build a section between inputs

Section::make('welcome to here')->color('primary')->icon('bx bx-user');

this class works with vue ViltSection.vue

Last updated