@extends('layouts.modern') @section('page-title', $dataType->name . ' - Sections') @section('breadcrumb')
{{ Str::limit($section->description, 100) }}
@endif
Sections help organize your form fields into logical groups.
Create your first section to get started.