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