@extends('adminlte::page') @section('title', 'Editar Registro') @section('plugins.Select2', true) @section('content_header')

Editar Registro

@stop @section('content')
@include('partials.validaciones')
@csrf @method('PUT') Lista de registros
@if ($registro->image)
@endif
@stop @section('css') @stop @section('js') @stop