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

Editar Sección

@csrf @method('PUT')
@error('form_id')
{{ $message }}
@enderror
@endsection