@extends('layouts.super-app') @section('style') @endsection @section('content') @includeif('partials.errors') {{ __('Editar') }} Tipo de Alta {{ method_field('PATCH') }} @csrf @include('registration-type.form') @endsection