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