@extends('admin.layouts.app') @section('content')

Editar Sección: {{ $section->title }}

Volver
@if($errors->any())
@endif
@csrf @method('PUT')

Puedes usar Markdown para formatear el texto

@if($section->image)
Imagen actual
@endif
@if(in_array($section->key, ['hero', 'contact']))

Configuraciones Adicionales

@endif
is_active) ? 'checked' : '' }} class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded">
Cancelar
@endsection