@extends('layouts.modern') @section('page-title', 'Create Section') @section('breadcrumb') @endsection @section('action-buttons') Back to Sections @endsection @section('content')
@if($dataType->icon) @endif
{{ $dataType->name }}
Creating a new section for this data type
Create New Section
@csrf
Basic Information
@error('name')
{{ $message }}
@enderror
Display name for this section
@error('slug')
{{ $message }}
@enderror
URL-friendly identifier (auto-generated if left empty)
@error('description')
{{ $message }}
@enderror
@error('icon')
{{ $message }}
@enderror
FontAwesome icon class (e.g., fas fa-layer-group)
Layout Configuration
@error('width_class')
{{ $message }}
@enderror
How wide this section should be in the form layout
@error('order')
{{ $message }}
@enderror
Lower numbers appear first (0 = auto-assign to end)
Behavior Configuration
Allow users to collapse/expand this section
Preview
Section Name

Section description will appear here...

Cancel
@endsection @push('scripts') @endpush