@extends('layouts.modern') @section('page-title', $dataType->name . ' - Sections') @section('breadcrumb') @endsection @section('action-buttons')
Add Section Back to Data Type
@endsection @section('content')
@if($dataType->icon) @endif
{{ $dataType->name }}
Managing sections for this data type
{{ $sections->count() }} sections {{ $sections->sum('fields_count') }} total fields
Sections
@if($sections->count() > 1) @endif
@if($sections->count() > 0)
@foreach($sections as $section)
@if($sections->count() > 1)
@endif
@if($section->icon) @endif
{{ $section->name }}
@if(!$section->is_active) Inactive @endif
{{ $section->slug }} @if($section->description)

{{ Str::limit($section->description, 100) }}

@endif
Order: {{ $section->order }} {{ $section->fields_count }} fields {{ $section->width_class }} @if($section->collapsible) Collapsible @endif
@endforeach
@if($sections->count() > 1) @endif @else
No Sections Found

Sections help organize your form fields into logical groups.
Create your first section to get started.

Create First Section
@endif
@endsection @push('scripts') @endpush