@extends('layouts.main') @section('content')

Secciones del Formulario

Agregar Nueva Sección @if (session('success'))
{{ session('success') }}
@endif @foreach ($formSections as $section) @endforeach
ID Título de la Sección Descripción Orden Acciones
{{ $section->id }} {{ $section->section_name }} {{ $section->description }} {{ $section->section_order }} Editar
@csrf @method('DELETE')
@endsection